-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hi. I've been trying to build the new parser (the prebuilt version is now out-of-date), and I'm running into a LOT of "Resolve R/R conflict (use first production declared in grammar.)
(2,21, 2,14) -> 2,14Resolve R/R conflict (use first production declared in grammar.)" sort of warnings.
These seem to be manifesting as errors along the lines of:
error during main.lua : Error: Parse error on line 26:
...s(tiles) do
TILES[#TILES + 1] = love.
----------------------^
Expecting '=', ',', got '[' :
Rearranging some lines will give me similar errors with other operators.
(From https://dl.dropbox.com/u/14510154/TESTS/take_the_fork/main.lua )
I tried to tease out any parser shenanigans but found myself rather swamped. 😄
I don't have much of an environment set up to run the makefile (I have Cygwin on some other machine...), but I ran it both through node and the web generator at http://zaach.github.com/jison/try/ with similar results.
Thanks in advance for any help or hints on this.