Skip to main content

4 posts tagged with "Lisp"

Posts tagged with Lisp.

View All Tags

MyLisp Editor

· One min read
Founder, Asynkron Systems

I’ve started to make a very simple editor for MyLisp, just so I can get some highlighting and testrun my snippets.

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.