vize_armature
vize_armature tokenizes and parses Vue template syntax into the vize_relief AST.
Highlights
- Vue-aware HTML tokenizer with directive and interpolation support
- Parser entry points shared by the compiler, linter, formatter, and language server
- Parser options re-exported from
vize_relief
Key Entry Points
parseparse_with_optionsParsertokenizer
Related Crates
vize_reliefdefines the AST and parser optionsvize_croquisconsumes the parsed tree for semantic analysisvize_atelier_coreandvize_atelier_*build on the parser output
License
MIT