Skip to content

Vinicios13/jlox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is an attempt to create the same java compiler for the Lox language as show in http://www.craftinginterpreters.com

How to build

# just build
./make.sh build

# build and run
./make.sh run

Todo

  • Scanning
  • Representing Code
  • Parsing Expressions
  • Evaluating Expressions
  • Statements and State
  • Control Flow
  • Functions
  • Resolving and Binding
  • Classes
  • Inheritance

About

Lox implementation in java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages