summaryrefslogtreecommitdiff
path: root/textproc/opentoken/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/opentoken/pkg-descr')
-rw-r--r--textproc/opentoken/pkg-descr9
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/opentoken/pkg-descr b/textproc/opentoken/pkg-descr
deleted file mode 100644
index b383f6217cd4..000000000000
--- a/textproc/opentoken/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-OpenToken is a facility for performing token analysis and parsing within
-the Ada language. It is designed to provide all the functionality of a
-traditional lexical analyzer/parser generator, such as lex/yacc. But due
-to the magic of inheritance and runtime polymorphism it is implemented
-entirely in Ada as withed-in code. No precompilation step is required, and
-no messy tool-generated source code is created. The tradeoff is that the
-grammar is generated at runtime.
-
-WWW: http://stephe-leake.org/ada/opentoken.html