jbr / sibilant

Just another compile-to-js LISP-like language
https://sibilant.org
MIT License
386 stars 47 forks source link

Atom mode written in sibilant #88

Open jbr opened 8 years ago

jbr commented 8 years ago

It's now easy to introspect on the ast and syntax highlight based on parsed node type from js.

It would be pretty cool to show macro expansions or transpiled js on hover, etc. As I write the compiler in sibilant, I keep wanting to see decorated asts as I write to know how the compiler is understanding it. This might just be a meta-development tool, though