Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 557 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 557 Bytes

Build the project node install

To run the tests for the Type Checker, gives an output print of passing tests. node testingTC.js

To run the tests for the Definitional Interpreter
tests for different files currently have to be manually changed on line 275 of testingEvaluator.js
node testingEvaluator.js

Online IDE can be found at https://granada.ulysseskee.software/

To install on ANTLR using Homebrew brew install antlr

To regenerate the Scilla Parser and Lexer in JS after updating the grammar antlr4 -Dlanguage=JavaScript scilla.g4