Structs§
Enums§
Traits§
Functions§
- actually_
escape - actually_
unescape - arithmetic
Handler - Perform basic arithmetic calculations.
- array
Handler - Provides tools for working with arrays.
- assignment
Internal Handler - concat
Handler - Concatenate two or more values together into a string.
- concat
Handler Inner - do_
with_ in_ explicit - do_
with_ in_ explicit2 - The function used to actually run a stage.
- do_
with_ in_ internal - escape
- fnHandler
- forHandler
- generic
Default Handlers - This function generates the default handler set.
- handle
MkHandler Runner - ifHandler
- Conditionally execute one of two branches, depending on the result of a test expression.
- import
Handler - Import the contents of a file.
- internal
FnRunner - letHandler
- Create and assign variables. Does NOT interpolate during either definition or use.
- logic
Handler - Handle logic expressions with a nestable sublanguage
- marker
Handler - Embeds data in one invocation of
do_with_in!
in a way that can be used in other invocations. - mkHandler
- naive
Stringifier Handler - Return a string representation of a
do-with-in!
value. - quote
- In the lisp sense; renders its argument inert.
- run
- Evaluate block of code in place.
- runMarkers
Handler - Loads data into the environment from other invocations of
do_with_in!
. - string_
to_ ident Handler - Turn a string into a named identifier.
- unescape
- unquote
- In the lisp sense; renders its argument ert.
- varHandler
- Create and assign variables. DOES interpolate during both definition and use.
- with
Sigil Handler - Redefine which sigil to use within the scope of the handler.