]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Smaller memory footprint, 4/8 bytes vs 12/24 for individual token lex_ctx's. Use...
authorDale Weiler <killfieldengine@gmail.com>
Fri, 26 Jul 2013 16:09:26 +0000 (16:09 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 26 Jul 2013 16:09:26 +0000 (16:09 +0000)
commitcddf70f46bc9c46b6adda39a83e9564bf0cf34d3
tree71b912cf9869867e163bde2a0fcc6e70c0b150d0
parent4a3794ea2bd99a4e653b25685fc45352d177ab9d
Smaller memory footprint, 4/8 bytes vs 12/24 for individual token lex_ctx's. Use to be a 'shallow' copy of the details in lex_file, now it's a pointer to the contents in lex_file.
ftepp.c
gmqcc.h
lexer.c
lexer.h
parser.c