(brief, rough, overview of Ohm, PEG, pattern matching, SCLs)

Use the Ohm Editor (good for any PEG grammar) https://ohmlang.github.io/editor/

PEG

https://guitarvydas.github.io/2020/12/27/PEG.html

PEG vs. Other Pattern Matchers

https://guitarvydas.github.io/2021/03/17/PEG-vs.-Other-Pattern-Matchers.html

Little Language Development

https://guitarvydas.github.io/2021/03/19/Racket-PEG.html

Ohm in Small Steps

https://guitarvydas.github.io/2020/12/09/OhmInSmallSteps.html

Racket Peg

https://guitarvydas.github.io/2021/03/19/Racket-PEG.html

Scheme to JavaScript

https://guitarvydas.github.io/2021/03/01/Scheme-to-Javascript.html

SVG Grammar

https://guitarvydas.github.io/2021/03/15/SVG-grammar.html

GLUE manual

https://guitarvydas.github.io/2021/03/24/Glue-Manual.html

REGEX vs PEG

https://guitarvydas.github.io/2021/03/24/REGEX-vs-PEG.html

SVG to Code

https://guitarvydas.github.io/2021/03/24/SVG-to-Code-(1).html