You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
218 B
5 lines
218 B
5 years ago
|
echo -e "\e[31m[WARNING] if this fails to build, its because lex output a bad C file. Please put a '}' at the end of the erroring functions!\e[0m"
|
||
5 years ago
|
lex eon.l
|
||
|
yacc -d eon.y
|
||
|
gcc -m32 lex.yy.c y.tab.c hashmap/map.c -o eon
|