The antlr3 rpms
Find a file
Avi Kivity e563d7d3f7 Remove const specifiers from CyclicDFA members
These const specifiers were ignored by older versions of gcc, likely
because they are in template members that are not instantiated. gcc 14
refuses to compile the class.

Fix by removing the const specifiers. This is safe since these members
are private, so we aren't allowing external users permissions to
modify them.
2024-02-05 18:18:21 +02:00
.gitignore Use a slightly friendlier source URL. 2019-05-02 20:42:11 -06:00
0001-java8-fix.patch Revert "Orphaned for 6+ weeks" 2019-04-08 10:17:12 -04:00
0002-conversion-timeout.patch Add Debian patches. 2019-04-27 16:42:50 -06:00
0003-fix-c-template.patch Add Debian patches. 2019-04-27 16:42:50 -06:00
0004-eof-token.patch Add Debian patches. 2019-04-27 16:42:50 -06:00
0005-reproducible-parsers.patch Add Debian patches. 2019-04-27 16:42:50 -06:00
0006-antlr3memory.hpp-fix-for-C-20-mode.patch Fix runtime support for C++20 mode (#1834782) 2020-05-12 15:16:23 +03:00
0007-update-java-target.patch Version 3.5.3. 2022-04-10 20:18:28 -06:00
0008-unconst-cyclicdfa-gcc-14.patch Remove const specifiers from CyclicDFA members 2024-02-05 18:18:21 +02:00
antlr3.spec Remove const specifiers from CyclicDFA members 2024-02-05 18:18:21 +02:00
osgi-manifest.patch Version 3.5.3. 2022-04-10 20:18:28 -06:00
README.md Remove i686 support. 2022-07-19 16:33:32 -06:00
sources Version 3.5.3. 2022-04-10 20:18:28 -06:00

antlr3

ANTLR version 3, 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.