View Source API Reference CliexMap v0.2.2
Modules
It is a Unix filter cliex_map
that applies a pattern to each input line.
This is an oppinionated subset of sed with many built in features trimmed for
file manipulation (move, rename, format, timestamps) field and substring
extraction à la awk
but much more concise and less powerful.
Built in functions which can be called in pattern modfifers (reverse)(downcase)
The escript main module
A simple wrapper around functions for readability
Wraps a list of functions
Maps each line according to pattern to a new, \n
terminated string
Implements all functions the compiler compiles to. It is like a runtime, but as we will always use them in the Mapper's pipeline the naming seems appropriate
Implements all system dependent functions