Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 583 Bytes

VC Language Compiler by Java8

VC Language Compiler includes five parts:

  • Scanner
  • Recogniser
  • Parser
  • Static Semantics
  • Code Generation

Getting Started

Prerequisites

install JDK8+

Installing

  • Please import this project into Eclipse

Running the tests

  1. run xxx.sh for each part mentioned above
  2. the result of each parts will be generated in the coresponding folder

Authors

  • Allen Li - Initial work - COMP9102 (UNSW course)

License

This project is licensed under the MIT License - see the LICENSE.md file for details