wok-current diff python-antlr/description.txt @ rev 25485
BootProg/fat32: active fat support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 01 16:13:12 2022 +0000 (2022-11-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-antlr/description.txt Tue Nov 01 16:13:12 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.