]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
Function parsing for the assembler now works, and adds the function to the function...
authorDale Weiler <killfieldengine@gmail.com>
Tue, 1 May 2012 20:42:11 +0000 (16:42 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 1 May 2012 20:42:11 +0000 (16:42 -0400)
commitd51718118a6c05004240c52b1ba24d79381dfab4
treefa9bb0c28c619c63ab0d3fcb065226770e5e241a
parent1e0a688bc58835872db02436443f67a764d4baf5
Function parsing for the assembler now works, and adds the function to the function table for the code writer, quake and darkplaces can see it as well (since a def is also created)
asm.c
code.c
data/test.qs
lex.c