You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also wrote a transformer to turn the tree into a dict object, when I noticed that the FALSE is parsed as boolean or keyword at different runs. I have already put boolean rule before keyword. Any idea why I got random results? Thanks!
I am writing a parser for a configuration file format. Here is the grammar that I have written
And the sample file is:
I also wrote a transformer to turn the tree into a dict object, when I noticed that the
FALSE
is parsed asboolean
orkeyword
at different runs. I have already putboolean
rule beforekeyword
. Any idea why I got random results? Thanks!RUN 1:
RUN 2:
The text was updated successfully, but these errors were encountered: