1 Star 2 Fork 0

lalawue / mooncake

2022-12-04 13:36
337832 lalawue 1625492146 lalawue
最后提交信息为: rename file name
2022-11-12 11:49
337832 lalawue 1625492146 lalawue

switch's break only jump outside switch block

最后提交信息为: bump version, add rockspec
2022-10-07 01:33
337832 lalawue 1625492146 lalawue
  • support REPL env
  • fix multiple continue inside lots of loops
最后提交信息为: bump version, add rockspec
2022-07-31 14:33
337832 lalawue 1625492146 lalawue
  • support metamethod __index, __newindex, __call and __ipairs
2022-07-03 13:32
337832 lalawue 1625492146 lalawue
  • fix comment last without tailing break line
  • can point to correct pos when assign without expr at right
  • support single quote string expr
最后提交信息为: bump version to 0.7.20220703
2022-05-01 00:38
337832 lalawue 1625492146 lalawue
  • pure Lua parser
  • better error indicating
  • less dependency
2021-09-23 00:40
337832 lalawue 1625492146 lalawue
  • table bare key support keyword, as tbl = { class : false }
最后提交信息为: add version rockspec
2021-08-29 15:42
337832 lalawue 1625492146 lalawue
  • support function call with one string or table without parentheses: print. "a" or print. {"a table"}
  • table key / value can seperated with = too: { key=value } and { key : value } both are valid
  • support ignore checking undefined variable in specify scope: fn() { export * return undefined_variable }
  • support create / inherit class from Lua side
最后提交信息为: remove rocspec without version
2021-06-27 11:02
337832 lalawue 1625492146 lalawue
  • remove bit32 global name
  • fix statement '..='
  • add 'Super' as super class in class scope
最后提交信息为: add rockspec for 0.3.20210627
Lua
1
https://gitee.com/lalawue/mooncake.git
git@gitee.com:lalawue/mooncake.git
lalawue
mooncake
mooncake

搜索帮助