Documentation
¶
Overview ¶
Command genmonarch generates the Monaco language definitions for the expression languages gomplate evaluates.
Everything it writes is derived: the lexical rules come from cel-go's own ANTLR grammar and from text/template's lexer, and the function catalogue is read out of a live cel.Env and the FuncMap gomplate installs. Nothing here is a list maintained by hand alongside the code it describes.
go run ./cmd/genmonarch -out web/packages/lang/src/generated go run ./cmd/genmonarch -out web/packages/lang/src/generated -check
Click to show internal directories.
Click to hide internal directories.