Skip to content
Snippets Groups Projects
Commit 8961b923 authored by Rolf Glomsrud's avatar Rolf Glomsrud
Browse files

Merge branch 'master' of git.app.uib.no:Rolf.Glomsrud/INF222-Obligatory2-Skeleton

parents 354b5672 07c5611b
No related branches found
No related tags found
No related merge requests found
# INF222_O2
This is a skeleton for INF222 Obligatory 2.
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](https://replit.com/@mikbar/INF222-V24-Oblig2-skeleton)
## Install and run
1. Clone this repository
......@@ -12,5 +14,12 @@ This is a skeleton for INF222 Obligatory 2.
3. Open project folder in VScode
4. Run command `npm i`
5. To run the project, execute command `npm run start`
6. 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment