mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-06 01:37:47 +00:00
Adapt the RGBASM parser to C++ (#1333)
This uses variants instead of a `%union`, and "complete symbols" that can call complex constructors.
This commit is contained in:
1
src/asm/.gitignore
vendored
1
src/asm/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/parser.cpp
|
||||
/parser.hpp
|
||||
/stack.hh
|
||||
|
||||
Reference in New Issue
Block a user