forked from jasder/antlr
Merge branch 'master' of https://github.com/antlr/antlr4-javascript
This commit is contained in:
commit
0e24a81ad6
|
@ -45,7 +45,7 @@ Recognizer.ruleIndexMapCache = {};
|
||||||
|
|
||||||
|
|
||||||
Recognizer.prototype.checkVersion = function(toolVersion) {
|
Recognizer.prototype.checkVersion = function(toolVersion) {
|
||||||
var runtimeVersion = "4.5";
|
var runtimeVersion = "4.5.1";
|
||||||
if (runtimeVersion!==toolVersion) {
|
if (runtimeVersion!==toolVersion) {
|
||||||
console.log("ANTLR runtime and generated code versions disagree: "+runtimeVersion+"!="+toolVersion);
|
console.log("ANTLR runtime and generated code versions disagree: "+runtimeVersion+"!="+toolVersion);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "antlr4",
|
"name": "antlr4",
|
||||||
"version": "4.5.2",
|
"version": "4.5.1",
|
||||||
"description": "JavaScript runtime for ANTLR4",
|
"description": "JavaScript runtime for ANTLR4",
|
||||||
"main": "src/antlr4/index.js",
|
"main": "src/antlr4/index.js",
|
||||||
"repository": "antlr/antlr4-javascript.git",
|
"repository": "antlr/antlr4-javascript.git",
|
||||||
|
|
Loading…
Reference in New Issue