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

Update some deps using gcc83-lib-base
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 08:24:48 2022 +0000 (2022-07-17)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-antlr/description.txt	Sun Jul 17 08:24:48 2022 +0000
     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.