Caramel – Alpha source code is public
· One min read
I have added the Caramel code generator to my public repository at google code.
http://code.google.com/p/alsing/
Posts tagged with Domain Specific Languages.
View All TagsI have added the Caramel code generator to my public repository at google code.
http://code.google.com/p/alsing/
MyLisp is now named DSLisp – Domain Specific (Language) Lisp.
I’m still working on my Lisp language clone.
Today I started to add debugging support to it.
I made the AST aware of the original source code, so each node can reference back to the place it was parsed from, and I also added a bit of call stack features.
I’ve been reading up a bit on functional programming the last few week, the reason is just to comprehend the new features and possibilities in .NET 3.5 as much as possible.
THIS IS AN OLD POST FROM MY OLD BLOG (2006)