mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +00:00
Implement ISCONST, reporting compile-time constness
This commit is contained in:
@@ -460,6 +460,7 @@ const struct sLexInitString lexer_strings[] = {
|
||||
|
||||
{"high", T_OP_HIGH},
|
||||
{"low", T_OP_LOW},
|
||||
{"isconst", T_OP_ISCONST},
|
||||
|
||||
{"strcmp", T_OP_STRCMP},
|
||||
{"strin", T_OP_STRIN},
|
||||
|
||||
Reference in New Issue
Block a user