Overview of xee-interpreter
mainThe xee-interpreter crate provides the runtime environment required to execute Xee code. It contains the core execution engine, including:
- A bytecode interpreter.
- An implementation of XPath data types.
- The XPath standard library.
Currently, it is used by xee-xpath to implement XPath functionality and is being developed to serve as an engine for executing XSLT code.