]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Implemented support for #include, but it doesn't add an include to the lexer yet.
authorDale Weiler <killfieldengine@gmail.com>
Wed, 11 Apr 2012 16:13:31 +0000 (12:13 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 11 Apr 2012 16:13:31 +0000 (12:13 -0400)
commit51e2f2b73184f6679829104ced9887665f8f5b4c
tree09c3ad9f6725fd8b7f3e7e5399f102176bb849d4
parent9a7fa82bd0a57e3a776391b284b9f107b374f4a9
Implemented support for #include, but it doesn't add an include to the lexer yet.
code.c
lex.c
main.c
parse.c
test/include.qc [new file with mode: 0644]
typedef.c