Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 369 Bytes

Preview

asciicast

Summary

Lox is just a simple intrepreter , which is ported to rust from java. I am using crafting intrepreter book as a reference , to create my first intrepreter using rust.

How to run ?

Examples

cargo run loop.lox

Repl

cargo run