How to diagram custom programming languages, non textual?
- by Adam
I've used and created domain-specific languages before, plenty of times (e.g. using yacc/lex). Normally we'd start with grammar written in BNF, and a bunch of keywords. This is easy to do, easy to share.
Recently, I've started working with diagrammatic programming languages - closest parallel is circuit-diagrams in electronics, where it's very…