Skip to content

c0deZ3R0/rust_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview This Rust-based parser experiment, with progress made up to episode 6 of Timothy Laceby's "A Guide to Interpreters" series.

Continuous testing during development:

cargo watch -q -c -w src/ -x "test"

Automatically run the project when source files change:

cargo watch -q -c -w src/ -x "run"

Acknowledgements Inspired by Timothy Laceby's "A Guide to Interpreters" series (up to episode 6). https://www.youtube.com/playlist?list=PL_2VhOvlMk4UHGqYCLWc6GO8FaPl8fQTh Lexical analysis using the logos crate. https://github.com/maciejhirsz/logos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages