Re-exports§
pub use eval::DataTypeParser;pub use eval::OPTIMIZE_TIMES;pub use eval::PipeLineResult;pub use eval::WplEvaluator;pub use eval::builtins::registry::create_pipe_unit as create_preorder_pipe_unit;pub use eval::builtins::registry::list_pipe_units as list_preorder_pipe_units;pub use eval::builtins::registry::register_pipe_unit as register_preorder_pipe_unit;pub use eval::builtins::registry::register_wpl_pipe_batch as register_preorder_pipe_unit_batch;pub use parser::error::error_detail;pub use parser::parse_code::wpl_express;pub use parser::wpl_pkg::wpl_package;pub use eval::ParserFactory;pub use parser::error::WplCodeError;pub use parser::error::WplCodeResult;pub use precompile::CompiledRule as WplCompiledRule;pub use precompile::compile_rule as wpl_compile_rule;
Modules§
Macros§
Structs§
- AnnFun
- SepPattern
- A compiled separator pattern built from
{…}syntax. - WplCode
- WplExpress
- WplPackage
- WplPkg
Meta - WplRule
- WplSetting
Enums§
Constants§
Traits§
Functions§
- build_
pattern - Build a
SepPatternfrom the raw content inside{…}. - check_
level_ or_ stop - gen_
pkg_ id