bablr-lang / bablr-vm

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

GUI playground #29

Open balbatross opened 1 year ago

balbatross commented 1 year ago

It's not quite as good as the Luna park editor but we've got an InfiniteCanvas component in use in our applications that would make for a passable GUI playground to visualize the cst tokens.

I'll look to make some progress in the next week or so.

conartist6 commented 1 year ago

@balbatross If you're looking to contribute, and especially to built on top, there's a lot of other work to be finished first! I've been using Notion to track work, but maybe it's time to move everything back here. That way if people are interested they can see what work remains to be done!

conartist6 commented 1 year ago

Since the easiest way to render a tree of tokens is to just print code, I was thinking that my first visual demo would be a simple syntax highlighting playground. So far no languages yet have complete working implementations. It doesn't matter yet because the core is broken, but anything I can do to help people write and test the necessary language definitions will be paid back many times over.