wok diff python-antlr/description.txt @ rev 25473

created recipe for get-java8-jre
author Hans-G?nter Theisgen
date Wed Oct 12 10:36:11 2022 +0100 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-antlr/description.txt	Wed Oct 12 10:36:11 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +ANTLR (ANother Tool for Language Recognition) is a language tool
     1.5 +that provides a framework for constructing recognizers, interpreters,
     1.6 +compilers, and translators from grammatical descriptions containing
     1.7 +actions in a variety of target languages.
     1.8 +ANTLR provides excellent support for tree construction, tree walking,
     1.9 +translation, error recovery, and error reporting.