update stuff
This commit is contained in:
8
build.c
8
build.c
@@ -1,11 +1,15 @@
|
||||
#if 0
|
||||
|
||||
set -eou
|
||||
set -e
|
||||
|
||||
if [[ ! -v OUTPUT ]]; then
|
||||
OUTPUT=solstice
|
||||
fi
|
||||
|
||||
if [[ ! -v CFLAGS ]]; then
|
||||
CFLAGS=""
|
||||
fi
|
||||
|
||||
gcc "$0" -o "$OUTPUT"
|
||||
|
||||
if not [ $# -lt 1 ]; then
|
||||
@@ -30,6 +34,8 @@ exit
|
||||
|
||||
// -- LEXER --
|
||||
#include "src/lexer/SolsType.c"
|
||||
#include "src/lexer/SolsToken.c"
|
||||
#include "src/lexer/SolsLiteral.c"
|
||||
#include "src/lexer/lexer.c"
|
||||
|
||||
// -- PARSER --
|
||||
|
||||
Reference in New Issue
Block a user