Skip to content

Commit 99c01b3

Browse files
committed
Added functions: findDeclaredNames, findGlobalReferences, findShadows.
Added example using findShadows. Improved/fixed examples. Fixed some documentation. Moved some things around. Updated links.
1 parent cad6463 commit 99c01b3

File tree

4 files changed

+473
-314
lines changed

4 files changed

+473
-314
lines changed

.extras/dumbluaparser-scm-1.rockspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ description = {
1313
]],
1414

1515
license = "MIT",
16-
homepage = "http://luaparser.refreezed.com/",
16+
homepage = "http://refreezed.com/luaparser/",
1717
issues_url = "https://github.com/ReFreezed/DumbLuaParser/issues",
1818

1919
labels = {
2020
"ast",
2121
"minification",
2222
"optimization",
2323
"parsing",
24+
"purelua",
2425
"serialization",
2526
},
2627
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Check out [examples.lua](examples.lua) for some examples.
3232

3333
## Documentation
3434

35-
See the [website](http://luaparser.refreezed.com/docs/) or the top of the [source file](dumbParser.lua).
35+
See the [website](http://refreezed.com/luaparser/docs/) or the top of the [source file](dumbParser.lua).
3636

0 commit comments

Comments
 (0)