Click here to Skip to main content
15,889,877 members
Everything / Compiler

Compiler

compiler

Great Reads

by Chris Boss
More about BASIC and what can be accomplished with the language
by honey the codewitch
An LL(1) pull parser and generator that thinks it's an LL(k) parser - with a rich, simple and beautiful EBNF syntax
by Dennis C. Dietrich
Clarifying how the .NET GC identifies objects to collect once and for all... hopefully...
by honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.

Latest Articles

by Tamar Christina
The article discusses various techniques for improving program performance by optimizing code for compilers, focusing on the ARM platform.
by Alex Rakov, Alexandre Bencz
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
by AmrDeveloper
Introduce GQL (A Git Query Language) to perform SQL like queries on .git files
by Coral Kashri
How compiler helps code run faster and generates warnings in single cross-compiler way

All Articles

Sort by Score

Compiler 

15 Apr 2023 by DavesApps
A way to catch / prevent race conditions in multithreaded code
28 Jul 2023 by AmrDeveloper
Introduce GQL (A Git Query Language) to perform SQL like queries on .git files
23 Feb 2011 by fgoldenstein
Application running in 32 and 64 bits
14 May 2014 by Gregory Morse
A full-featured Z80/8085 assembler in C++
17 Feb 2010 by Keith Barrow
I came across this tool, briefly mentioned on one of the Hansleminutes podcasts:SnippetCompiler[^]The application allows you to write, compile and run scratch code without the overhead of creating a whole VS project. It has been useful for me on the code project, when I want to make...
28 Aug 2017 by Alexey Shtykov
A few words about function templates