On 08/04/2015 01:16, Jorge Llambías
wrote:
Standard Camxes.js: ([mi CU] [{ba brode} VAU] [gi'e {<pu brodo> VAU} VAU]) No, Jbofihe is a C program, it is not based on a PEG grammar, if I recall correctly.
Standard Camxes.js: ge ca ku gi ba ku broda --> ([{ge <ca ku> gi <ba ku>} CU] [broda VAU]) ge ca gi ba broda --> SyntaxError: Expected [,] but "b" found. la'e ba ku broda --> SyntaxError: Expected [,] but "b" found. la'e ba broda --> SyntaxError: Expected [,] but "b" found. broda be ba ku brode --> ([{broda <be (¹ba ku¹) BEhO>} brode] VAU) broda be ba brode --> ([{broda <be (¹ba KU¹) BEhO>} brode] VAU) Experimental Camxes.js: ge ca ku gi ba ku broda --> ([ge {ca ku} gi {ba ku}] [CU {broda VAU}]) ge ca gi ba broda --> SyntaxError: Expected [,] but "b" found. la'e ba ku broda --> ([FA {la'e <ba ku> LUhU}] [CU {broda VAU}]) la'e ba broda --> ([FA {la'e <ba KU> LUhU}] [CU {broda VAU}]) broda be ba ku brode --> (CU [{broda <be (¹ba ku¹) BEhO>} brode] VAU) broda be ba brode --> (CU [{broda <be (¹ba KU¹) BEhO>} brode] VAU) So yeah, {ge ca gi ba broda} is broken for both parsers. {la'e ba (ku) broda} is an experimental grammar if I recall correctly, so it's normal that the standard Camxes rejects it. Yeah, I've noticed this flaw a few days ago. I'm not sure whether this can be fixed. mi'e la .ilmen. mu'o -- You received this message because you are subscribed to the Google Groups "BPFK" group. To unsubscribe from this group and stop receiving emails from it, send an email to bpfk-list+unsubscribe@googlegroups.com. To post to this group, send email to bpfk-list@googlegroups.com. Visit this group at http://groups.google.com/group/bpfk-list. For more options, visit https://groups.google.com/d/optout. |