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

https://github.com/xstupi00/IFJ2017

Implementation compiler of imperative language IFJ17.
https://github.com/xstupi00/IFJ2017

c compiler ifj17 lexical-analysis semantic-analysis syntactic-analysis vut vut-fit

Last synced: 7 months ago
JSON representation

Implementation compiler of imperative language IFJ17.

Awesome Lists containing this project

README

          

# IFJ2017
Implementation compiler of imperative language IFJ17.

gcc -Wall -Wextra -pedantic *.c -o parse -lm
gcc -D DEBUG_PARSE -Wall -Wextra -pedantic *.c -o parse -l