]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Implement support for octal constants, this closes #97.
authorDale Weiler <killfieldengine@gmail.com>
Thu, 17 Oct 2013 09:17:30 +0000 (05:17 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 17 Oct 2013 09:17:30 +0000 (05:17 -0400)
commit9f54610fbda6dd4ebe5a273d519fa599ae6a2123
treeb38553eebc7c2d4b4f2491ac8eb2887018c122a9
parent02a1d9f4a10ac0937256ea7626da7abbf0ab9fbd
Implement support for octal constants, this closes #97.
lexer.c
tests/octal.qc [new file with mode: 0644]
tests/octal.tmpl [new file with mode: 0644]