xstupi00 / IFJ2017

Implementation compiler of imperative language IFJ17.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation compiler of imperative language IFJ17.

License:MIT License


Languages

Language:C 96.9%Language:Makefile 1.7%Language:Python 1.4%