Help with this BNF

first post: muffadalis wrote: I have the following BNF <cause> ::= "{"<text>|[<parameter>]"}" <...

Power operator implementation

first post: MrMrMr wrote: Hi there, It seems, that the power operator is not yet implemented ...

latest post: MrMrMr wrote: Hi Roman, Thanks for pointing that out (and for your very nice fram...

Custom Error Messages

first post: kroumani wrote: Hi, I have some code: var identifier = new IdentifierTerminal("id...

latest post: rivantsov wrote: Use Grammar.AddTermsReportGroup method, read xml comments there

Enable SourceSpan to remember position of the end-char

first post: Alxandr wrote: Currently, as far as I can see, the SourceSpan construct has a loc...

latest post: MindCore wrote: I am not a big DLR fan either, but I do want to point out that the ...

Identation Question

first post: mathrb wrote: Hello, I have a language that use indentation for code validation. ...

latest post: rivantsov wrote: 1. First, remove override of SkipWhitespace - you do need default s...

Shift-reduce conflict

first post: dancai wrote: Hi, This should a very simple one, but I couldn't figure out how. ...

latest post: dancai wrote: Sorry for picking it up slowly. Problem solved after following your...

xna and irony on 360

first post: clashfan wrote: I'm developing a game on xbox 360 using xna. I would like to use I...

latest post: clashfan wrote: rivantsov wrote: that shouldn't be that hard, Numerics are used o...

Struggling to recognise a date literal

first post: woopsie wrote: Hi My grammar successfully parses the expressions 1/1/1970 and '1/1...

latest post: dancai wrote: I have almost identical requirement, I need to have 2012-01-23T09:0...

ReadLine method

first post: yallie wrote: Hi Roman, I'm working on a console for GrammarExplorer. Console ...

latest post: rivantsov wrote: that's great, thanks! will look at it Roman

Integration with .NET4 Expression framework

first post: adebaene wrote: Hello, Has anyone worked on using Irony together with the new Syst...

latest post: yallie wrote: >Have the AST directly use the the Expression classes for it's vari...