bablr-lang / bablr-vm

A VM for enforcing language rules on agAST trees
MIT License
40 stars 2 forks source link

Dogfood! #38

Open conartist6 opened 1 year ago

conartist6 commented 1 year ago

Zed announced today that their goal is to develop their editor using their editor, so it's a good moment to make explicit that that is also my goal. It's a little different because Zed already was developed using Treesitter, their pioneering implementation of this technology, and as I understand is now is mostly thinking of using their own data structures for source control. I'm fascinated by how they're thinking about collaboration and believe they may be onto something, but for now my goal is just the first part: use an editor powered by cst-tokens to work on cst-tokens!

This is a tracking issue to keep tabs on what's necessary to get there: