F# + Gold Parser = true
· One min read
First of all, I have to confess that I’ve started to see the light of F# and AST manipulation.
Posts tagged with Gold Parser.
View All TagsFirst of all, I have to confess that I’ve started to see the light of F# and AST manipulation.
About a year ago I blogged about an idea of an extensible language; http://rogeralsing.com/2009/03/18/an-intentional-extensible-language/
Since then, I have been experimenting with this concept quite a bit.
Even though I bashed M Grammar in my last post, I’m sort of starting to get what the fuzz is all about now.
I’ve created a little sample on how to make your own .NET compiler.
The compiler uses Gold parser for parsing and Reflection.Emit to generate the compiled .exe file.