How to deal with unary minus and exponentiation in an expression parser...
Read MoreWhat's wrong with this ANTLR grammar?...
Read MoreContext-free grammar for the language L = {a^(n)b^(m)c^(k): m = |i - k|}...
Read MoreDescribe the language generated by this context-free grammar...
Read MoreHow do I write a grammar for this (negative lookaheads in Peg.js)?...
Read MoreConverting ambiguous language to unambiguous...
Read MoreWhy specify a separate production for assignment operator with `=` literal instead of part `Assignme...
Read MorePycharm: What is the file type of cfg and .pylintrc files (For syntax highlighting)...
Read MoreNLTK: Adding two values for a feature in FCFG...
Read MoreContext free grammar with feature structure in Python...
Read MoreEliminating this Shift-Reduce conflict in PLY Grammar...
Read MoreSpecify NLTK feature grammar within Python function in code...
Read MoreBNF (EBNF) to describe table format with optional columns...
Read MoreChomsky languages: how to recognize them?...
Read MoreRemoval of indirect left recursion (I don't understand formal symbols)...
Read MoreElimination left recursion for E := EE+|EE-|id...
Read MoreDesign a context free grammar language where length of a = double length of b...
Read MoreSeemingly equivalent Menhir rules change the shift/reduce conflicts found in grammar...
Read Morecan removing left recursion introduce ambiguity?...
Read MoreRemoving specific dictionary values inside a loop...
Read MoreExtract probabilities and most likely parse tree from cyk...
Read MoreFully left-factor the following grammar so that it is suitable for use in a top-down compiler...
Read MoreWhat's wrong with this Rascal grammar?...
Read MorePossible bug: What is the meaning of this Rascal grammar-rule?...
Read MoreIs there a way in Rascal to generate the syntax definition of a grammar from its corresponding datat...
Read More