mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +00:00
Allow charmap to map 'characters' as well as "strings" (#1830)
This commit is contained in:
@@ -1049,6 +1049,9 @@ charmap:
|
||||
POP_CHARMAP string COMMA charmap_args trailing_comma {
|
||||
charmap_Add($2, std::move($4));
|
||||
}
|
||||
| POP_CHARMAP CHARACTER COMMA charmap_args trailing_comma {
|
||||
charmap_Add($2, std::move($4));
|
||||
}
|
||||
;
|
||||
|
||||
charmap_args:
|
||||
|
||||
Reference in New Issue
Block a user