Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-theory

Why are C and C++ different even after compilation?

c++ c compiler-theory

Unit testing a compiler

Example compilers [closed]

Which programming languages have a regular grammar?

Code generation for expressions with fixed/preassigned register

What language features are required in a programming language to make a compiler?

Compilation vs translation, "compiling" Java to bytecode?

What are the key design choices to make a wicked fast compiler?

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)?