Fixed some diagnostics warnings
Moved examples to tofix because fixing them is besides the point right now.
This commit is contained in:
parent
52164c82e3
commit
858fe11666
166 changed files with 68 additions and 264 deletions
27
06/deps/parser-gen/rockspecs/parser-gen-1.0.rockspec
Normal file
27
06/deps/parser-gen/rockspecs/parser-gen-1.0.rockspec
Normal file
|
@ -0,0 +1,27 @@
|
|||
package = "parser-gen"
|
||||
version = "1.0-7"
|
||||
source = {
|
||||
url = "git://github.com/vsbenas/parser-gen",
|
||||
tag = "v1.0"
|
||||
}
|
||||
description = {
|
||||
summary = "A PEG parser generator that handles space characters, generates ASTs and adds error labels automatically.",
|
||||
homepage = "https://github.com/vsbenas/parser-gen",
|
||||
license = "MIT/X11"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1, < 5.4",
|
||||
"lpeglabel >= 0.12.2"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
["parser-gen"] = "parser-gen.lua",
|
||||
["peg-parser"] = "peg-parser.lua",
|
||||
["stack"] = "stack.lua",
|
||||
["equals"] = "equals.lua",
|
||||
["errorgen"] = "errorgen.lua",
|
||||
|
||||
|
||||
}
|
||||
}
|
27
06/deps/parser-gen/rockspecs/parser-gen-1.1.rockspec
Normal file
27
06/deps/parser-gen/rockspecs/parser-gen-1.1.rockspec
Normal file
|
@ -0,0 +1,27 @@
|
|||
package = "parser-gen"
|
||||
version = "1.1-0"
|
||||
source = {
|
||||
url = "git://github.com/vsbenas/parser-gen",
|
||||
tag = "v1.1"
|
||||
}
|
||||
description = {
|
||||
summary = "A PEG parser generator that handles space characters, generates ASTs and adds error labels automatically.",
|
||||
homepage = "https://github.com/vsbenas/parser-gen",
|
||||
license = "MIT/X11"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1, < 5.4",
|
||||
"lpeglabel >= 0.12.2"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
["parser-gen"] = "parser-gen.lua",
|
||||
["peg-parser"] = "peg-parser.lua",
|
||||
["stack"] = "stack.lua",
|
||||
["equals"] = "equals.lua",
|
||||
["errorgen"] = "errorgen.lua",
|
||||
|
||||
|
||||
}
|
||||
}
|
27
06/deps/parser-gen/rockspecs/parser-gen-1.2.rockspec
Normal file
27
06/deps/parser-gen/rockspecs/parser-gen-1.2.rockspec
Normal file
|
@ -0,0 +1,27 @@
|
|||
package = "parser-gen"
|
||||
version = "1.2-0"
|
||||
source = {
|
||||
url = "git://github.com/vsbenas/parser-gen",
|
||||
tag = "v1.2"
|
||||
}
|
||||
description = {
|
||||
summary = "A PEG parser generator that handles space characters, generates ASTs and adds error labels automatically.",
|
||||
homepage = "https://github.com/vsbenas/parser-gen",
|
||||
license = "MIT/X11"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1, < 5.4",
|
||||
"lpeglabel >= 0.12.2"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
["parser-gen"] = "parser-gen.lua",
|
||||
["peg-parser"] = "peg-parser.lua",
|
||||
["stack"] = "stack.lua",
|
||||
["equals"] = "equals.lua",
|
||||
["errorgen"] = "errorgen.lua",
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue