Skip to content

interpreter for the rlox language written in rust

Notifications You must be signed in to change notification settings

sudeepdino008/rlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run using a file as input

cargo run -- sample.code

and to run in REPL mode, simple do: cargo run

  • add cli arguments to print parser and scanner outputs
  • check if enums give better organization