Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allenlili/vc-language-compiler-by-java

vc-language-compiler-by-java
https://github.com/allenlili/vc-language-compiler-by-java

compiler java

Last synced: 22 days ago
JSON representation

vc-language-compiler-by-java

Awesome Lists containing this project

README

        

# 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](LICENSE.md) file for details