Click here to Skip to main content
15,860,844 members
Everything / Compiler

Compiler

compiler

Great Reads

by Chris Boss
More about BASIC and what can be accomplished with the language
by Dennis C. Dietrich
Clarifying how the .NET GC identifies objects to collect once and for all... hopefully...
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 honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.

Latest Articles

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
by DavesApps
A way to catch / prevent race conditions in multithreaded code

All Articles

Sort by Score

Compiler 

9 Aug 2013 by Dennis C. Dietrich
Clarifying how the .NET GC identifies objects to collect once and for all... hopefully...
14 May 2019 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
11 Dec 2019 by honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.
8 Jan 2017 by Miguel Diaz Kusztrich
Object creation driven by source code in any language you have designed
20 Aug 2019 by honey the codewitch
Using PCK to create grammars, parsers and tokenizers for C# and other .NET languages
26 May 2021 by Patrick P. Frey
In this article we see how a very primitive compiler is written in Lua using Mewa and how to compile and run a simple demo program in the shell.
14 Aug 2019 by honey the codewitch
An LALR(1) parsing algorithm as part of Pck
11 Oct 2013 by ASP.NET Community
It's now possible to create class definitions on the fly.  This is the concept of anonymous types, where the type is based on the signature of the
11 Oct 2013 by ASP.NET Community
The var keyword is a new keyword in Dot net Framework 3.5 that can infer its data type from the resulting set. Var keyword For instance, look at the
30 Apr 2012 by Mohammad A Rahman
The Mono is an Open Source free programming language project. It has the implementation of Microsoft’s .NET Framework based on the ECMA standards for C# language and Common Language Runtime (CLR). In this article, I will explore how the Mono C# compiler works.
14 Nov 2011 by Mladen Janković
This article shows how to produce executable file from brainf*ck source code using CodeDOM
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
19 Jan 2020 by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
9 Nov 2010 by Simeon Sheye
Quality Gate One Studio is a testing framework that suggests a new approach to unit and integration testing.
6 Aug 2019 by honey the codewitch
A parser generator and unification system for different parsing tools
23 Apr 2013 by Mojtaba Eng
this article content for Build Simple-LR ( SLR ) parse table from input grammar and find First and Follows of nonterminals
2 Feb 2011 by George Tryfonas
Assembler and Simulator for Don Knuth's MIX Computer from The Art of Computer Programming.
16 Feb 2016 by Simon Agholor
How to invoke Java methods from a .NET application.
11 Nov 2013 by altomaltes
An insigth in the heap "C" memory system.
9 Jan 2020 by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
30 Oct 2014 by Peter_Olson
Introduction to the compiling/interpreting process by making a simple calculator application in JavaScript
11 Nov 2013 by greenoldman
Lexer+parser suite for .Net world
22 Nov 2015 by saleemy2ks
This Article discusses on Memory allocation in .Net and how JIT compiler optimizes non-volatile code. It also talk about Value Type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile.
20 Aug 2018 by NewPast
Software protection & Decompiling software as a new cracking method
30 Nov 2016 by Dino Konstantopoulos
Running Theano with an Nvidia 1070 GPU on Windows 10, with CUDA 8 and Visual Studio 2015
22 Aug 2021 by RegularJoe5150
An alternative solution to a standard macro that aims to make macros, just a little bit less evil
5 Jan 2016 by p0a1u2l3
How to Build a Simple Dependence Injector from scratch using C#
26 Dec 2015 by Frank-Rene Schaefer
Using Quex to generate lexical analyzers
20 Feb 2024 by Alex Rakov, Alexandre Bencz
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
17 Jan 2020 by honey the codewitch
A Pike VM for running non-backtracking NFA regular expressions in C#
7 Dec 2019 by honey the codewitch
Getting an accurate CodeDOM back from a C# source subset
15 Dec 2019 by honey the codewitch
Code generation, faster
6 Jan 2020 by honey the codewitch
Using Parsley to parse a C# subset into the CodeDOM
14 Feb 2023 by ildarin
The most succinct declarative programming language for fast coding