https://github.com/dasunpubudumal/rlox_lexer
Lox language lexer written in Rust https://craftinginterpreters.com/contents.html
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.4%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Lox language lexer written in Rust https://craftinginterpreters.com/contents.html
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 1
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
README.md
rlox_lexer
Lexer writen in Rust for Lox Language.
Notes
- Debug logs in tests:
shell
RUST_LOG=debug cargo test -- --nocapture
Development
At WIP level:
- Each feature needs to be tested in
tests/lexer_test.rs.