xee-ir 0.1.5

Xee intermediate representation and compilation to bytecode
Documentation
# xee-ir
[![Crates.io](https://img.shields.io/crates/v/xee-ir.svg)](https://crates.io/crates/xee-ir)
[![Documentation](https://docs.rs/xee-ir/badge.svg)](https://docs.rs/xee-ir)


Implementation of the IR (intermediate representation) of Xee. This IR is
generated by
[`xee-xpath-compiler`](https://crates.io/crates/xee-xpath-compiler), and also
by [`xee-xslt-compiler`](https://crates.io/crates/xee-xslt-compiler). Provides
a way to compile the IR to bytecode, which can then be interpreted by
[`xee-interpreter`](https://crates.io/crates/xee-interpreter).

This is a low-level crate of the [Xee project](https://github.com/Paligo/xee).
For the API entry point see
[`xee-xpath`](https://docs.rs/xee-xpath/latest/xee_xpath/). For the `xee`
commandline tool, download a
[release](https://github.com/Paligo/xee/releases/).

## More Xee

[Xee homepage](https://github.com/Paligo/xee)

## Credits

This project was made possible by the generous support of
[Paligo](https://paligo.net/).