We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a25a6 commit 26e71ceCopy full SHA for 26e71ce
dumbParser.lua
@@ -6,7 +6,7 @@
6
--= Tokenize Lua code or create ASTs (Abstract Syntax Trees)
7
--= and convert the data back to Lua.
8
--=
9
---= Version: 2.0-dev
+--= Version: 2.0 (2021-06-19)
10
11
--= License: MIT (see the bottom of this file)
12
--= Website: https://github.com/ReFreezed/DumbLuaParser
@@ -390,7 +390,7 @@ Special number notation rules.
390
391
--============================================================]]
392
393
-local PARSER_VERSION = "2.0.0-dev"
+local PARSER_VERSION = "2.0.0"
394
395
local NORMALIZE_MINUS_ZERO
396
do
0 commit comments