Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / compilation

Compilation

compilation

Great Reads

by Gregory Morse
A full-featured Z80/8085 assembler in C++
by honey the codewitch
Adventures in Reflection.Emit! Here I present a regular expression engine with a Compile() feature.
by pi19404
This article describes the method to cross compile C/C++ library for Android OS
by Sundeep Kamath
Ever wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? As part of this article, I hope to shed some light on this.

Latest Articles

by Gregory Morse
A full-featured Z80/8085 assembler in C++
by honey the codewitch
Adventures in Reflection.Emit! Here I present a regular expression engine with a Compile() feature.
by pi19404
This article describes the method to cross compile C/C++ library for Android OS
by Sundeep Kamath
Ever wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? As part of this article, I hope to shed some light on this.

All Articles

Sort by Score

compilation 

by honey the codewitch
Adventures in Reflection.Emit! Here I present a regular expression engine with a Compile() feature.
by Vladimir Ivanovskiy
This article shows how to compile and run F# code during runtime.
by Christopher Diggins
An introduction to creating programming language tools using C# 4.0.
by honey the codewitch
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine
by Frank-Rene Schaefer
Using Quex to generate lexical analyzers
by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
by Peter Belcak
A short review of the literature on the subject of multi-machine parsing
by Jose A Pascoa
Impossible to beat the C++ compiler?
by honey the codewitch
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.
by honey the codewitch
Using Parsley to parse a C# subset into the CodeDOM
by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
by honey the codewitch
A Pike VM for running non-backtracking NFA regular expressions in C#
by p0a1u2l3
How to Build a Simple Dependence Injector from scratch using C#
by honey the codewitch
Getting an accurate CodeDOM back from a C# source subset
by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
by Miguel Diaz Kusztrich
Object creation driven by source code in any language you have designed