Replace object parser with lalr library
This commit is contained in:
parent
3ba4bef93b
commit
f666416696
13 changed files with 499 additions and 995 deletions
|
|
@ -13,7 +13,6 @@ namespace obj {
|
|||
struct ExpressionCall;
|
||||
|
||||
struct Expression {
|
||||
|
||||
enum class Type {
|
||||
NONE,
|
||||
NEW,
|
||||
|
|
@ -76,7 +75,7 @@ namespace obj {
|
|||
Expression* mRight = NULL;
|
||||
|
||||
enum class BoolType : tp::uint1 {
|
||||
AND = 24U,
|
||||
AND = 24U,
|
||||
OR,
|
||||
EQUAL,
|
||||
NOT_EQUAL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue