This is a parser for the TAO syntax grammar.
It is implemented in simple Java, as a class.
The implementation can be used as a reference for other parsers, in particular in programming languages similar to Java.
Interactive version of the parser in JavaScript can be tried at tree-annotation.org.
Example.jsh
contains a simple JShell script that can be run like this:
jshell Example.jsh