• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Rather Offtopic - Deterministic Grammars..

Damoose

New Member
I am trying to turn this grammar into a deterministic one and I just cant do it..

Anyone do these things?

S -> IF B THEN S ENDIF; | SS | A | P
A -> I = E;
I -> char(char)*
E -> digit | E + E | I
P -> PRINT I;
B -> TRUE | FALSE | E < E

Pretty please...
 
Back
Top