|
|
|
|
|
by int0x80
1661 days ago
|
|
Technically the parsing itself and the grammar are the same, they don't depend on defined macros. Yes, defining a macro in an included file can make the resulting AST change, but the parsing algorithm doesn't really care about it. |
|