al13n - 2012-07-26

Hello.

I was unable to create a ticket so I'm writing here.
If the grammar contains at least one pragma, it produces invalid code.

Here's a small example:

COMPILER Test

PRAGMAS

    // these 2 lines produce invalid code.
    P1 = 'a'.
    P2 = 'b'.

PRODUCTIONS

    Test = 'x'.

END Test.

I have a fix for this. How can I contribute it?

 

Last edit: al13n 2012-07-26