Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ANTLR_VERSION:=4.9.3
ANTLR_VERSION:=4.13.1
BUILD_TOOLS_DIR:=$(CURDIR)/build

antlr-build:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"version": "0.1.4",
"require": {
"antlr/antlr4-php-runtime": "^0.5.1",
"antlr/antlr4-php-runtime": "^0.9.1",
"ext-json": "*"
},
"license": "GPL-2.0-only",
Expand Down
484 changes: 331 additions & 153 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Parser/Lua.interp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Parser/LuaBaseVisitor.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Generated from Lua.g4 by ANTLR 4.9.3
* Generated from Lua.g4 by ANTLR 4.13.1
*/

namespace Raudius\Luar\Parser;
Expand Down
2 changes: 1 addition & 1 deletion src/Parser/LuaLexer.interp

Large diffs are not rendered by default.

738 changes: 302 additions & 436 deletions src/Parser/LuaLexer.php

Large diffs are not rendered by default.

943 changes: 420 additions & 523 deletions src/Parser/LuaParser.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Parser/LuaVisitor.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* Generated from Lua.g4 by ANTLR 4.9.3
* Generated from Lua.g4 by ANTLR 4.13.1
*/

namespace Raudius\Luar\Parser;
Expand Down