https://github.com/yoavst/compilation-project
TAU Compilation project 2018-19
https://github.com/yoavst/compilation-project
ast compiler jcup jflex
Last synced: 11 months ago
JSON representation
TAU Compilation project 2018-19
- Host: GitHub
- URL: https://github.com/yoavst/compilation-project
- Owner: yoavst
- Archived: true
- Created: 2019-03-26T20:44:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T20:58:54.000Z (over 7 years ago)
- Last Synced: 2025-06-11T09:11:30.187Z (about 1 year ago)
- Topics: ast, compiler, jcup, jflex
- Language: Java
- Size: 5.02 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compilation project - Arazim team  
This is the source of my compilation project.
### Requirements
* Linux
* Make, Jflex, probably other libraries
## Running
```
$ cd EX4
$ make
$ make test
$ java -jar COMPILER ${input_file} ${output_file}
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. Also, we use [Gitmoji](https://gitmoji.carloscuesta.me/) in commit messages.
## License
[MIT](https://choosealicense.com/licenses/mit/)