Ask HN: Do you know of a browser based DSL development tool?
I don't know where I found it, and I cannot find the link in my history. I'm dumbfounded that I didn't submit it to HN.
The tool had a two pane interface, one for the grammar and one for the language you were targeting. I remember that there were multiple interesting programming tools (one for music?!) implemented in the browser.
I have no clue what the name is, and it doesn't show up in search engines under obvious-to-me search terms.
4 comments
[ 4.1 ms ] story [ 33.7 ms ] threadIf you find it, I'd love to know about it.
[0]https://www.jetbrains.com/mps/
Out of curiosity: How exactly did it work (for users)? I assume you'd write a grammar on the one pane, but how did you teach the tool to convert it into the output language? Was that embedded into the grammar?
One of the cool things about it was that it did parse-as-needed, where you could change a rule and it would only reparse that rule.