Skip to main content

5 posts tagged with "Domain Specific Languages"

Posts tagged with Domain Specific Languages.

View All Tags

Lisp Debugger

· One min read
Founder, Asynkron Systems

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.