pokeemerald/tools/preproc
Philipp AUER 550e6688aa
Support C-Style enum in preproc (#1984)
* [preproc] C-style enums

- asm files parseable from stdin
- 2nd preproc pass
- add parser for C-style `enum`
- positional arguments at end of command

---------

Co-authored-by: sbird <sbird@no.tld>
Co-authored-by: Martin Griffin <martinrgriffin@gmail.com>
2024-07-13 18:26:33 +01:00
..
.gitignore
asm_file.cpp Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
asm_file.h Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
c_file.cpp Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
c_file.h Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
char_util.h
charmap.cpp
charmap.h
io.cpp Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
io.h Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
LICENSE
Makefile Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
preproc.cpp Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
preproc.h
string_parser.cpp
string_parser.h
utf8.cpp
utf8.h