MyLisp Editor
· One min read
I’ve started to make a very simple editor for MyLisp, just so I can get some highlighting and testrun my snippets.
Posts tagged with Lisp.
View All TagsI’ve started to make a very simple editor for MyLisp, just so I can get some highlighting and testrun my snippets.
Today I stumbled across the weirdest thing.
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.