Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-theory

Phases of a compiler?

compiler-theory

C++ Variable Memory Allocation

Why do I need double parentheses  in constructor calls like: foo x( (bar()) ); [duplicate]

What is the name of a function whose result depends only on its parameters?

C++ anonymous struct pointer assignment

Duplicate literals and hard-coding

yacc: Distinguish Integers from Floating Point Numbers

yacc compiler-theory

Converting a grammar into LL(1) grammar: some problems

What is the simplest way to hand-parse left recursive grammars?

Top-Down Parser want to have decent case example left-recursion in a 'Code'

How to implement a language using a functional language? [closed]

Semantic analysis in compilers [closed]

LR(1) parsing table with epsilon productions

parsing compiler-theory lr1

Runtime definition

How to implement call by name in C#?

What are good resources on compilation? [duplicate]

How can a program compiled to machine language run on different machines?

Algorithm's name - matching subtrees in ASTs

how to remove Circular Dependency in FOLLOW set

LR1 Parser and Epsilon

parsing compiler-theory lr1