GitHubLibrary

Lightpath

A universal recursive data modeller
defined by a simple, single-construct grammar

( Go “parse ‘this’ with” regular “expressions”. )

(root)
  END? eof
  +root "braces" = (
    END = )
  +root "quotes" = "
    END = "
  +root "apostrophes" = '
    END = '
  "other" % [^()"']
root
Produced document tree

( Go “figure ‘this) error’. ”

Lexplore — modeller interface with error dump screen Illustration of parsing and why it breaks

One way to parse them all

☼ May you follow the light path ☼

Download GitHub Twitter