alastairreid / mra_tools

Tools to process ARM's Machine Readable Architecture Specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser does not implement operator precedence

alastairreid opened this issue · comments

In ASL, "ab+cd" should parse as "(ab)+(cd)".
This is not yet implemented.
This will become more of a problem once an AST is generated.