Skip to content

SparkleCode/Java-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparkle Code

based on the Lox language http://www.craftinginterpreters.com/

building

build using netbeans java project

Improvements over tutorial

  • block comments - you can have one inside another
  • runtime error if uninitialised value is accessed
  • tuples - expr, expr - currently only able to write and print, not access or create dynamically