Looking for a tutorial

first post: sherif234 wrote: Hello, I have been struggling to find a step by step tutorial for ...

latest post: rivantsov wrote: I don't think you need AST nodes at all, and all that interpreter/r...

System.NullReferenceException in BuildAst

first post: jarin wrote: I've got very simple grammar adapted from "Writing a calculator in ...

latest post: jarin wrote: Hi Roman, thanks for your reply. I've started by stripping my gram...

Fatal error in code colorizer.Colorizing has been disabled

first post: nadvi wrote: When I Press the Parse button after loading the text and grammar I ...

latest post: rivantsov wrote: hi sorry, do not have much time right now, it would be a few days R...

"Reduce-reduce" errors eat my lunch; we really need some context on them

first post: brantheman wrote: "Reduce-reduce conflict. State S0, lookaheads: EOF LF. Selected red...

latest post: brantheman wrote: Thanks for the clue! I've got it all figured out. Here's a little d...

How do I parse a group of items that can be in any order, but only allow 1 of each rule?

first post: tobyrussell wrote: Hi, This is a duplicate of this question: http://irony.codeplex....

latest post: tobyrussell wrote: My apologies, I had actually added Irony using NuGet and the O2.P...

unable to split into two general sections

first post: brantheman wrote: I'm trying to separate my parsing into two general sections separat...

latest post: rivantsov wrote: Transient means not 'remove this from output' but 'Replace it with ...

right way to skip all whitespace at start of every line?

first post: brantheman wrote: I'm using MakeStarRule(..., NewLinePlus, ...). This works fine exce...

latest post: brantheman wrote: On this topic, I guess the real question is this: LanguageFlags.New...

Some enhancements to Irony

first post: JayBazuzi wrote: I have a few small changes to Irony that I have found useful. You m...

latest post: rivantsov wrote: wow... you guys keep surprising me - and I thought I knew c#. I nee...

Parser slow to initialize, stuck in `Transition.IncludeTransition`

first post: JayBazuzi wrote: I'm writing a parser for the PowerShell grammar. Creating the Pars...

latest post: JayBazuzi wrote: Thanks!

How to implement line continuation?

first post: JayBazuzi wrote: The PowerShell line continuation rules look like this: Unlike some...

latest post: JayBazuzi wrote: I figured it out, and it was straightforward, so I'm writing it her...