|
About:
tinyap is a recursive descent parser with backup that outputs an abstract syntax tree (AST). Unlike in most parsers, the grammar is data. Tinyap uses an AST that represents a grammar to parse its input text. The factory default for the grammar is tinyap's grammar description language itself, so one can parse a grammar description and directly use the parse output to parse some other text written in the described language. Tinyap also features a plugin mechanism for grammars, which allows for dynamic modular grammars. Finally, it provides an interface to walk down the ASTs and to write external plugins to visit the nodes.
Author:
Damien Leroux [contact developer]
Homepage:
http://code.google.com/p/tinyap/
Tar/GZ:
http://tinyap.googlecode.com/files/tinyap-1.4-0.tar.gz
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.00% (Rank 11041)
» Popularity: 0.33% (Rank 17044)

(click to enlarge graphs)
Record hits: 2,401
URL hits: 489
Subscribers: 13
|
|
Projects depending on this project:
TinyaML
|
|