Logo
Explore Help
Sign In
CyberMages/rune
1
0
Fork 0
You've already forked rune
Code Issues 1 Pull Requests Actions Packages Projects Releases Wiki Activity
rune/Cargo.toml

14 lines
305 B
TOML
Raw Normal View History

Initial commit
2025-04-15 11:32:53 -04:00
[package]
name = "rune"
Just some basic updating and cleaning up. - Added comments. - Ran cargo fmt. - Updated the versioning.
2025-04-22 02:18:12 -04:00
version = "0.3.0"
Initial commit
2025-04-15 11:32:53 -04:00
edition = "2021"
[#2] A data-oriented Lexer. I took the Token module from the Arcanum project and brought it over to here. It was a nice data oriented way of handling the Tokens. I then created a Lexer that can scan a file or text and allow the user to transform the scanned tokens before the final token array is returned. This should allow for more complex and specific tokens to be created for whatever domain is being targeted. I also added basic library examples and testing. Finally, I made sure the documentation generated nicely. This is now marked as version: 0.1.0
2025-04-15 21:17:28 -04:00
description = "A lexical analysis library."
Initial commit
2025-04-15 11:32:53 -04:00
repository = "/myrddin/rune"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license-file = "LICENSE.md"
[dependencies]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 652ms Template: 51ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API