diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:24:16 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:24:16 -0400 |
commit | 7020d277ae488393d0cde3d1b411f56fca696b6d (patch) | |
tree | 7225606e39ce880ecd6e28c55a4ed28987d96d41 /libraries/antlr4 | |
parent | 1a6808bebce05213aafd90875ad46927c8126230 (diff) |
libraries/antlr4: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/antlr4')
-rw-r--r-- | libraries/antlr4/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/antlr4/README b/libraries/antlr4/README index 8bc50fbedfd9..fff58f5acbb9 100644 --- a/libraries/antlr4/README +++ b/libraries/antlr4/README @@ -1,6 +1,6 @@ -ANTLR, ANother Tool for Language Recognition, is a language tool that provides -a framework for constructing recognizers, interpreters, compilers, and -translators from grammatical descriptions containing actions in a variety of -target languages. +ANTLR, ANother Tool for Language Recognition, is a language tool +that provides a framework for constructing recognizers, interpreters, +compilers, and translators from grammatical descriptions containing +actions in a variety of target languages. This package contains the C++ runtime library only. |