Update mail/geary to version 0.10.0
[dports.git] / textproc / opentoken / pkg-descr
1 OpenToken is a facility for performing token analysis and parsing within
2 the Ada language. It is designed to provide all the functionality of a
3 traditional lexical analyzer/parser generator, such as lex/yacc. But due
4 to the magic of inheritance and runtime polymorphism it is implemented
5 entirely in Ada as withed-in code. No precompilation step is required, and
6 no messy tool-generated source code is created. The tradeoff is that the
7 grammar is generated at runtime.
8
9 WWW: http://stephe-leake.org/ada/opentoken.html