Liquex.Parser.Literal.literal
You're seeing just the function
literal
, go back to Liquex.Parser.Literal module for more information.
Specs
literal(NimbleParsec.t()) :: NimbleParsec.t()
Parses a literal
Examples
* "true"
* "false"
* "nil"
* "3.14"
* "3"
* "'Hello World!'"
* ""Hello World!""