Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in context-free-grammar

Context free grammar for non-palindrome

Using Parsec to parse regular expressions

If we know a CFG only generates regular language, can we get the corresponding regular expression?

How do LL(*) parsers work?

Any tools can randomly generate the source code according to a language grammar?

Parsing a context-free grammar in Python

self-taught compiler courses / good introductory compiler books?

what are these arrow operators in context free grammar?

NLTK Context Free Grammar Genaration

Are there tools to convert between ANTLR and other forms of BNF?

Is "regex" in modern programming languages really "context sensitive grammar"?

Converting grammar to Chomsky Normal Form?

Drop-in, portable parsing

NLTK ViterbiParser fails in parsing words that are not in the PCFG rule

Synthesized vs Inherited Attributes

How to find FIRST and FOLLOW sets of a recursive grammar?

How to determine if a language is recursive or recursively enumerable?

Is there a fast algorithm to determine the godel number of a term of a context free language?

How to construct parsing table for LL(k>1)?

Which grammars can be parsed using recursive descent without backtracking?