Skip to content

xtao-org/tao-parser-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference parser for TAO in TypeScript

This is a parser for the TAO syntax grammar implemented in TypeScript as a Deno-style module.

The implementation can be used as a reference for other parsers, in particular in programming languages similar to TypeScript.

Interactive version

Interactive version of the parser in JavaScript can be tried at tree-annotation.org.

Testing

Testing depends on Deno.

sh test.sh