// arbor-parse — hand-written recursive-descent parser for the .arbor source // language. Produces an Arbor graph value consumable by arbor-layout and // arbor-render. vessel "arbor-parse" { version "0.1.0" description "Recursive-descent parser for the .arbor diagram language" authors ["Neuron Technologies"] edition "2026" } dependencies { arbor-core "0.1" } build { entry "src/main.el" output "dist/" }