Module parser

Source

Modules§

ducky

Structs§

DuckyScript
Error
Parse-related error type.
Pair
A matching pair of Tokens and everything between them.
Pairs
An iterator over Pairs. It is created by pest::state and Pair::into_inner.

Enums§

BuiltinFn
Expr
Function
Lit
Operator
Statement
Value
Variable

Functions§

get_duckyscript_tokens

Type Aliases§

DuckyScriptError
DuckyScriptTokens
Statements