DEALINGS IN THE SOFTWARE.
CVC4 incorporates code from ANTLR3, excluded from the above copyright.
-See http://www.antlr.org/, and the files src/parser/bounded_token_buffer.h,
+See http://www.antlr3.org/, and the files src/parser/bounded_token_buffer.h,
src/parser/bounded_token_buffer.cpp, and src/parser/antlr_input_imports.cpp.
Their copyright:
if test "x$ANTLR" = "x"; then
AC_MSG_WARN(
[No usable antlr3 script found. Make sure that the parser code has
-been generated already. To obtain ANTLR see <http://www.antlr.org/>.]
+been generated already. To obtain ANTLR see <http://www.antlr3.org/>.]
)
ANTLR_VERSION=
else
],
[
AC_MSG_RESULT(no)
- AC_MSG_ERROR([ANTLR3 C runtime not found, see <http://www.antlr.org/>])
+ AC_MSG_ERROR([ANTLR3 C runtime not found, see <http://www.antlr3.org/>])
]
)
done
mkdir -p antlr-3.4/bin
mkdir -p antlr-3.4/src
cd antlr-3.4
-webget http://antlr.org/download/antlr-3.4-complete.jar share/java/antlr-3.4-complete.jar
-webget http://antlr.org/download/C/libantlr3c-3.4.tar.gz src/libantlr3c-3.4.tar.gz
+webget http://antlr3.org/download/antlr-3.4-complete.jar share/java/antlr-3.4-complete.jar
+webget http://antlr3.org/download/C/libantlr3c-3.4.tar.gz src/libantlr3c-3.4.tar.gz
tee bin/antlr3 <<EOF
#!/bin/bash
export CLASSPATH=`pwd`/share/java/antlr-3.4-complete.jar:\$CLASSPATH
/* The include are managed in the lexer but called in the parser */
-// Inspired by http://www.antlr.org/api/C/interop.html
+// Inspired by http://www.antlr3.org/api/C/interop.html
bool newInputStream(std::string fileName, pANTLR3_LEXER lexer){
Debug("parser") << "Including " << fileName << std::endl;