-
Notifications
You must be signed in to change notification settings - Fork 0
Automatically exported from code.google.com/p/lua-checker
License
nobuyuki/lua-checker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Eventually I will write some real documentation, for now here are a few notes. * No free()ing of heap allocated objects, since that's a pain and it's not necessary in this case because the amount of data allocated is proportional to the size of the (generally small) lua program that is parsed. * "dofile 'filename'" statements expanded inline at global scope. other dofiles (e.g. in expressions or inner scope) are not expanded since they might be conditional.
About
Automatically exported from code.google.com/p/lua-checker
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published