Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grammar

Any differences between terms parse trees and derivation trees?

Why is this LR(1) grammar not LALR(1)?

parsing grammar lalr lr

Shift/reduce conflicts in bison

How can I define a Raku grammar to parse TSV text?

csv grammar raku

Syntax ambiguities of C++

Perl6 : What is the best way for dealing with very big files?

What is the Java grammar that allows "new int[] {0}[0] = 1;" to compile?

How can error reporting in grammars be improved?

parsing grammar raku

Finding meaningful sub-sentences from a sentence

Chomsky Language Types

grammar chomsky-hierarchy

"Sign In" or "Log in" or "Login" [duplicate]

authentication grammar

LL(2) language that is not LL(1)

parsing grammar

Using declaration for type-dependent template name

c++ templates grammar crtp

How to know if two words have the same base?

c# grammar nlp

Generate TextMate language grammar from PEG.js grammar

Context-sensitivity vs Ambiguity

c++ grammar ambiguity

Regular expression to match a number followed by a symbol repeated that many times?

regex grammar

Reserved keywords in Objective-C?

What trick does Java use to avoid spaces in >>?

Is `template<typename>;` legal C++?