Hi all, I'm playing around with PEG's a bit at the moment. In the examples, I can see '<>' characters surrounding a symbol definition a few times. In the peg sources I found it to be related to "yyStart", which indicates to me that it might point out the start symbol for example?
Oddly, though, it doesn't seem to matter at all whether (and where) this start symbol is located in the grammar, so I'm guessing my initial guess was wrong... Should I mind these <> brackets at all? On a different note: I read somewhere that PEG's aren't able to use left-recursive parsing rules. Yet at first sight the code generator doesn't seem to complain when I write a few... Are Jolt PEG's more powerful than usual, or will I run into trouble later on? Thanks, Hans -- A liberal is a person whose interests aren't at stake at the moment -- Willis Player Hans Schippers Research Assistant of the Research Foundation - Flanders (FWO - Vlaanderen) http://www.win.ua.ac.be/~hschipp/ Formal Techniques in Software Engineering (FoTS) University of Antwerp Middelheimlaan 1 2020 Antwerpen - Belgium Phone: +32 3 265 38 71 Fax: +32 3 265 37 77 _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
