Click here to Skip to main content
15,861,168 members
Everything / CodeDOM

CodeDOM

CodeDOM

Great Reads

by honey the codewitch
Make your projects far more powerful with some foundational code templating techniques
by Matthew So (Hong Kong)
Use the GOLD Parser to define a language for mapping between two business entities, create a parser using the bsn-goldparser engine, and generate an assembly using CodeDom.
by honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.
by Laszlo Frank
Visual Scripting with Pretty Good Temrinal

Latest Articles

by honey the codewitch
Generate fast, easy to use lexers/scanners in major .NET languages
by honey the codewitch
Make your projects far more powerful with some foundational code templating techniques
by honey the codewitch
Parse, analyze, and transform your code with Slang
by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine

All Articles

Sort by Score

CodeDOM 

28 Oct 2021 by honey the codewitch
Make your projects far more powerful with some foundational code templating techniques
6 Apr 2012 by Matthew So (Hong Kong)
Use the GOLD Parser to define a language for mapping between two business entities, create a parser using the bsn-goldparser engine, and generate an assembly using CodeDom.
11 Dec 2019 by honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.
17 Feb 2017 by sameh obada
Implementation of mouse capturing for HTML5 Broswsers
27 Nov 2019 by honey the codewitch
Build a full featured tokenizer generator in C#
31 Dec 2019 by honey the codewitch
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.
19 Jan 2020 by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
20 Nov 2023 by honey the codewitch
Generate fast, easy to use lexers/scanners in major .NET languages
9 Jan 2020 by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
3 Apr 2013 by Eric Reynolds
Quickly churn out repetitive C++, C#, or Java code from any data that Python can read.
4 Nov 2013 by Vitaliy Sytnik
On the Internet you can find a lot of different information about creating drawings in SVG format. Often an editor is used to open an DXF and export as SVG. Looking through the SVG code it is immediately obvious that there is a lot of excess. An SVG file created in one editor may not always be corre
5 Dec 2019 by honey the codewitch
An initial look at a tool to dramatically simplify language agnostic code generation using the CodeDOM
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