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 Parsing.
View All TagsFirst of all, I have to confess that I’ve started to see the light of F# and AST manipulation.
A few days ago I announced that I was working on a generic DSL parser : http://rogeralsing.com/2010/03/23/generic-dsl-grammar-and-parser/
I’m now porting the code to F# since it is more suited for AST traversal.
Due to public request I am now kicking some life into my old SyntaxBox component again.
The code base have been upgraded to C#3 and compiles for .NET 2.0 (using VS.NET2008)