Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-theory

Why can't the compiler just compile my code as I type it?

complexity of parsing C++

Assembly Performance Tuning

Formally constructing Control Flow Graph

Help understanding LR(1) parsers, table generation? Any other resources?

Parsing "off-side" (indentation-based) languages

Reversible computing platform

Languages and VMs: Features that are hard to optimize and why

Minimum pumping length for the following regular languages

Removing Left Recursion in ANTLR

antlr compiler-theory

Does the compiler decide when to inline my functions (in C++)?

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

Are there any "fun" ways to learn about Languages, Grammars, Parsing and Compilers? [closed]

compiler-theory

What is an example of a lexical error and is it possible that a language has no lexical errors?

compiler-theory jflex

Efficient way to recursively calculate dominator tree?

SLR(1) Parser and epsilon involved

What is the reason for the creation of LLVM?

Could C++ have not obviated the pimpl idiom?

How do C compilers implement functions that return large structures?

Steps to creating an NFA from a regular expression

theory compiler-theory nfa