Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/allenlili/vc-language-compiler-by-java
- Owner: allenlili
- License: mit
- Created: 2018-10-11T06:50:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T06:57:00.000Z (over 6 years ago)
- Last Synced: 2024-11-06T15:51:23.907Z (2 months ago)
- Topics: compiler, java
- Language: Java
- Size: 382 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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