Liking cljdoc? Tell your friends :D

cljcc


make-combinedclj

(make-combined tokens productions initial-symbol)

make-lexerclj

(make-lexer tokens)

Given a list of tokens in our grammar, return a lazy lexing function:[string]->[token]

Given a list of tokens in our grammar, return a lazy lexing function:[string]->[token]
raw docstring

make-parserclj

(make-parser & _)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close