avst performs virtual node generation: it parses an expression into a syntax tree, then
projects it into natural and formal languages — extending a language's own grammar to
enforce an enterprise constraint on any node in the tree.
usestree-sitterATGMAMM
Virtual node generationone expression parses into a tree, then projects into natural and formal languages alike
Grammar, extendedavst extends a language's own grammar to add enterprise-specific rules, node by node
A constraint per nodeenforce a rule on any single node — every projection of the tree honors it
AVST projects expression into every language · built on tree-sitter · built from AML