It simulates the semantic analysis step of a compiler.
Enrico Alvarenga RA 22116004-7
Matheus Bordin RA 22116011-2
-
Access the index.js file and place your expression within the semanticsAnalyzer invoking.
-
Run
node index.js
-
Run
npm test
-
If you wish to write a new test, enter the test/semantics-analyzer and write a new expression to be tested.