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

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (23 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	Sat Jul 23 17:54:01 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.