Merge pull request #403 from dbrotz/multiple-charmaps

Add support for multiple charmaps
This commit is contained in:
Eldred Habert
2019-08-31 04:44:58 +02:00
committed by GitHub
18 changed files with 486 additions and 33 deletions

View File

@@ -479,6 +479,10 @@ const struct sLexInitString lexer_strings[] = {
{"incbin", T_POP_INCBIN},
{"charmap", T_POP_CHARMAP},
{"newcharmap", T_POP_NEWCHARMAP},
{"setcharmap", T_POP_SETCHARMAP},
{"pushc", T_POP_PUSHC},
{"popc", T_POP_POPC},
{"fail", T_POP_FAIL},
{"warn", T_POP_WARN},