Skip to content

Conflicts encountered #19

@ggcrunchy

Description

@ggcrunchy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions