This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-06-13
Channels
- # beginners (36)
- # boot (1)
- # cider (4)
- # cljsrn (2)
- # clojure (137)
- # clojure-brasil (3)
- # clojure-czech (3)
- # clojure-italy (17)
- # clojure-nl (8)
- # clojure-spec (7)
- # clojure-uk (153)
- # clojurescript (84)
- # data-science (2)
- # datascript (13)
- # datomic (30)
- # editors (64)
- # emacs (22)
- # events (6)
- # figwheel (26)
- # fulcro (7)
- # hoplon (5)
- # jobs (5)
- # jobs-discuss (57)
- # keechma (3)
- # leiningen (4)
- # luminus (1)
- # midje (2)
- # off-topic (26)
- # portkey (18)
- # re-frame (4)
- # reagent (10)
- # ring-swagger (3)
- # shadow-cljs (135)
- # spacemacs (5)
- # sql (14)
- # tools-deps (125)
parsing the grammar (I repeat: parsing the grammar, not parsing with the parser generated from the grammar)
should yield ([:rule [:nt "S"] [:alt [:cat [:star [:nt "AB"]]]]] [:rule [:nt "AB"] [:alt [:cat [:nt "A"] [:nt "B"]]]] [:rule [:nt "A"] [:alt [:cat [:plus [:string "'a'"]]]]] [:rule [:nt "B"] [:alt [:cat [:plus [:string "'b'"]]]]])