Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1020 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 1020 Bytes

This is my implementation on the lab of the MIT 6.035 course. I modified the original skeleton repo so that an IDE compatible to eclipse could manage it with little effort. I also included the test cases provided in ocw. A working skeleton containing these and not containing any implementation can be found at branch skeleton.

You must not violate any of your collab policy with this repo!

The rest of this document is the original README.


Hello! Welcome to the Java Skeleton REPO.

You will need to modify Main.java, Decafscanner, DecafParser and Token as you see fit. This is just a minimal suggestion for your project's organization. Feel free to change and/or add any files. Ultimately, the only constraint is that the run.sh and build.sh correctly run your compiler.

Happy parsing!

Russell, Cam and Michael + spring 2022 6.035 staff