parent
e52d3728ff
commit
c1c395ed78
@ -1,4 +1,4 @@
|
||||
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"
|
||||
lex deon.l
|
||||
yacc -d deon.y
|
||||
gcc lex.yy.c y.tab.c hashmap/map.c -o deon64
|
||||
lex eon.l
|
||||
yacc -d eon.y
|
||||
gcc lex.yy.c y.tab.c hashmap/map.c -o eon64
|
@ -1,4 +1,4 @@
|
||||
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"
|
||||
lex deon.l
|
||||
yacc -d deon.y
|
||||
gcc -m32 lex.yy.c y.tab.c hashmap/map.c -o deon
|
||||
lex eon.l
|
||||
yacc -d eon.y
|
||||
gcc -m32 lex.yy.c y.tab.c hashmap/map.c -o eon
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue