VC Language Compiler includes five parts:
- Scanner
- Recogniser
- Parser
- Static Semantics
- Code Generation
install JDK8+
- Please import this project into Eclipse
- run xxx.sh for each part mentioned above
- the result of each parts will be generated in the coresponding folder
- Allen Li - Initial work - COMP9102 (UNSW course)
This project is licensed under the MIT License - see the LICENSE.md file for details