0
votes
1answer
73 views

Is this grammar ambiguous?

I'm trying to define a language using Jison with very little punctuation for delimitation - like CoffeeScript but without the indentation. This is sort of what I want to achieve: # Definition ...
1
vote
1answer
80 views

Looking for examples of Jison grammars that use indentation for block-structure

Has anyone got a simple example of how to define a grammar that parses python-like indentation for blocks using Jison?