Click here to Skip to main content
15,897,891 members
Articles / Programming Languages / C#

Using LeMP as a C# Code Generator

Rate me:
Please Sign up or sign in to vote.
4.72/5 (7 votes)
1 Mar 2016LGPL320 min read 15.7K   11  
How to write a program to generate C# code
LeMP enhances C# in many ways. In this post, we'll see how easy it is to write a program to generate C# code, or even analyze existing code.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer None
Canada Canada
Since I started programming when I was 11, I wrote the SNES emulator "SNEqr", the FastNav mapping component, the Enhanced C# programming language (in progress), the parser generator LLLPG, and LES, a syntax to help you start building programming languages, DSLs or build systems.

My overall focus is on the Language of your choice (Loyc) initiative, which is about investigating ways to improve interoperability between programming languages and putting more power in the hands of developers. I'm also seeking employment.

Comments and Discussions