]> git.xonotic.org Git - xonotic/gmqcc.git/commit
the lexer now doesn't _allocate_ the token structure, also: the vector holding the...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 15:37:55 +0000 (17:37 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 15:37:55 +0000 (17:37 +0200)
commitab91dea4e0a89a56081f9747a3ee8346254a9d27
tree4cc5277f0c91f5278983d4cbbfb58d0d2989bd9b
parent20b8a191b1edfd023bbe6556f34c3f0688a6591c
the lexer now doesn't _allocate_ the token structure, also: the vector holding the token doesn't shrink so we have much fewer reallocations
lexer.c
lexer.h
parser.c