INF222_O2
This is a skeleton for INF222 Obligatory 2 V24.
If you do not want to spend time setting up a local environment, please use Replit
You can find the Replit here
Install and run
- Clone this repository
- Install Node on you OS
- Open project folder in VScode
- Run command
npm i
- To run the project, execute command
npm run start
- You should now probably see a lot of errors in your console relating to typescript missing code :)
If you have any problems with this, please contact a group leader during group session or on Discord.
Tips
For developing this, you should probably temporarily comment out the entirety of the "EvaluateVistor" and "TypeCheckVisitor", just so it is possible to work on the parser and you don't get too many errors :)
Don't forget to use the group sessions if you have any issues.