Skip to content

Commit

Permalink
1.2 rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbenas authored Dec 12, 2017
1 parent 57c127e commit be34447
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspecs/parser-gen-1.2.rockspec
Original file line number Diff line number Diff line change
@@ -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",


}
}

0 comments on commit be34447

Please sign in to comment.