Generic DSL using F#
· One min read
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.
Posts tagged with Parsing.
View All TagsA 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.
First of all, I have to confess that I’ve started to see the light of F# and AST manipulation.
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)