Skip to content

xavierlefevre/magix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magix

Language creation, following the amazing www.craftinginterpreters.com course.

Compile and run

  • Compile your program: javac -d build magix/Magix.java
  • Run it with an input file: java -cp build magix/Magix "testFiles/InterpreterTest.magix"
  • Run it in REPL: java -cp build magix/Magix

Edit the language

  • You can generate expressions (magix/Expr.java) with tool/GenerateAst.java, run it by typing in your terminal: java tool/GenerateAst.java "./magix"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages