Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 461 Bytes

semantics-analyzer

It simulates the semantic analysis step of a compiler.

Students

Enrico Alvarenga RA 22116004-7

Matheus Bordin RA 22116011-2

Wanna try it out ?

  • Access the index.js file and place your expression within the semanticsAnalyzer invoking.

  • Run node index.js

Wanna run the tests ?

  • Run npm test

  • If you wish to write a new test, enter the test/semantics-analyzer and write a new expression to be tested.