1 2 3 4 5 6
# xee-ir Implementation of the IR (intermediate representation) of Xee. This IR is generated by `xee-xpath`, and in the future also by `xee-xslt`. Provides a way to compile the IR to bytecode, which can then be interpreted by `xee-interpreter`.