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

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

Awesome Lists containing this project

README

          

# Compilation project - Arazim team ![Year](https://img.shields.io/badge/year-2018--19-red.svg) ![CI status](https://img.shields.io/badge/build-passing-brightgreen.svg)

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/)