forked from thenumbernine/lua-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistinfo
More file actions
42 lines (41 loc) · 840 Bytes
/
distinfo
File metadata and controls
42 lines (41 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--------------------------------------------
-- generated with dist/build-distinfo.rua --
--------------------------------------------
name = "parser"
files = {
"LICENSE",
"README.md",
"base/ast.lua",
"base/datareader.lua",
"base/parser.lua",
"base/tokenizer.lua",
"distinfo",
"grammar/parser.lua",
"grammar/tokenizer.lua",
"load_xform.lua",
"lua/ast.lua",
"lua/parser.lua",
"lua/tokenizer.lua",
"parser-dev-1.rockspec",
"parser.lua",
"syntax_5.0.txt",
"syntax_5.1.txt",
"syntax_5.2.txt",
"syntax_5.3.txt",
"syntax_5.4.txt",
"syntax_ast_5.1.txt",
"syntax_grammar.txt",
"tests/flatten.lua",
"tests/lua_to_c.lua",
"tests/lua_to_c_test.lua",
"tests/parse.lua",
"tests/parsemyself.lua",
"tests/spantest.lua",
"tests/strings.lua",
"tests/validate-key.txt",
"tests/validate.lua",
}
deps = {
"ext",
"template",
}