pounce-lang / js-core

Core elements of a Pounce (pounce-lang) interpreter, parser, preprocessor written in TypeScript. Pounce types are being developed (a preprocess type checker is in beta)
https://pounce-lang-show-case.netlify.app/
6 stars 0 forks source link

Add Tree and Graph types to Pounce #12

Open nmorse opened 2 years ago

nmorse commented 2 years ago

without having to use nested lists to describe trees or graphs, give these structures their own syntax to express in a succinct way a well behaved tree or graph.

possibly: Tree Graph

more thoughts and syntax refinement are needed