Skip to content

animatedlew/rox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is an implementation of Rox, inspired jLox; the language that is presented in Crafting Interpreters.

Features

  • repl
  • source file input
  • can tokenize several symbols like =, <=, >=, ==, !, ;, etc.
  • can recognize multi-line strings
  • can recognize C++ style comments

Usage

  • cargo run [assets/code.src] # source file mode
  • cargo run # repl mode

Releases

No releases published

Packages

 
 
 

Languages