Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a missed case for issue #64.v0.8.1 | Li Jin | 2021-08-19 | 1 | -0/+7 |
| | |||||
* | fix issue #64. | Li Jin | 2021-08-17 | 1 | -0/+29 |
| | |||||
* | fix vararg issues. add new spec. | Li Jin | 2021-08-15 | 1 | -0/+56 |
| | |||||
* | add spec. | Li Jin | 2021-08-09 | 1 | -3/+3 |
| | |||||
* | fix issue #52, add until statement. | Li Jin | 2021-05-13 | 1 | -0/+16 |
| | |||||
* | fix spec. | Li Jin | 2021-04-28 | 1 | -2/+2 |
| | |||||
* | fix issue #49 and issue #50. | Li Jin | 2021-04-19 | 1 | -0/+18 |
| | |||||
* | rename BackcallOperator to PipeOperator. | Li Jin | 2021-04-19 | 3 | -83/+87 |
| | |||||
* | fix issue #47. | Li Jin | 2021-04-08 | 1 | -0/+7 |
| | |||||
* | fix export assignment statement not working with local statement. | Li Jin | 2021-04-01 | 1 | -0/+7 |
| | |||||
* | fix an issue with local statement. | Li Jin | 2021-03-09 | 1 | -0/+4 |
| | |||||
* | add new syntax for issue #41. fix a issue for destructure syntax with ↵ | Li Jin | 2021-03-08 | 2 | -1/+33 |
| | | | | TableBlock. try fix luarocks installing problem again for issue #42. | ||||
* | fix issue #41, add square brackets support for metatable syntax. fix using ↵ | Li Jin | 2021-03-05 | 1 | -0/+8 |
| | | | | metatable with "with" syntax issue. | ||||
* | add new metatable syntax for issue #41, fix reusing local variable issue, ↵ | Li Jin | 2021-03-03 | 1 | -0/+43 |
| | | | | update built-in Lua. | ||||
* | add test case. | Li Jin | 2021-03-02 | 1 | -1/+6 |
| | |||||
* | simplify and extend import syntax. | Li Jin | 2021-02-22 | 2 | -2/+7 |
| | |||||
* | fix issue in destructure syntax. | Li Jin | 2021-02-20 | 1 | -0/+6 |
| | |||||
* | fix macro issue. | Li Jin | 2021-02-17 | 1 | -3/+4 |
| | |||||
* | stop reusing variables, rename project. | Li Jin | 2021-02-17 | 38 | -11/+56 |
| | |||||
* | adding more test cases.moonplus | Li Jin | 2021-02-15 | 2 | -15/+67 |
| | |||||
* | fix some ambiguous syntax. | Li Jin | 2021-02-15 | 1 | -3/+3 |
| | |||||
* | fix local statement used with line decorator issue. | Li Jin | 2021-02-10 | 1 | -0/+2 |
| | |||||
* | fix issue #38 with a better solution. | Li Jin | 2021-02-10 | 3 | -0/+29 |
| | |||||
* | update backcall operator syntax, fix issue #31. | Li Jin | 2021-02-10 | 1 | -3/+25 |
| | |||||
* | partially fix another issue from issue #38. | Li Jin | 2021-02-09 | 1 | -0/+16 |
| | |||||
* | simplify macro syntax. fix issue #38 again. | Li Jin | 2021-02-08 | 5 | -43/+99 |
| | |||||
* | fix #38 | Li Jin | 2021-02-06 | 1 | -9/+33 |
| | |||||
* | fix issue #36 | Li Jin | 2021-01-22 | 2 | -1/+2 |
| | |||||
* | fix issue #30 | Li Jin | 2020-11-03 | 1 | -0/+16 |
| | |||||
* | fix issue #29 | Li Jin | 2020-11-03 | 1 | -0/+6 |
| | |||||
* | fix. | Li Jin | 2020-10-23 | 1 | -2/+1 |
| | |||||
* | make teal-macro look better. | Li Jin | 2020-10-23 | 3 | -13/+6844 |
| | |||||
* | extend macro feature to support compiling Moonscript to other Lua dialect ↵ | Li Jin | 2020-10-21 | 4 | -10/+92 |
| | | | | | | | | like teal. add examples for how to write MoonPlus codes that compile to teal. fix C++ macro to build without MoonPlus macro feature or built-in Lua. add support for passing arguments from command line to compiler that can be accessed or altered by "require('moonp').options". | ||||
* | add spec. | Li Jin | 2020-10-15 | 1 | -1/+2 |
| | |||||
* | add support to import all macros from a module with symbol '$' in import-as ↵ | Li Jin | 2020-10-15 | 2 | -2/+5 |
| | | | | | | statement. fix import macro rename issue. | ||||
* | change file extension moonp. | Li Jin | 2020-10-08 | 35 | -11/+13 |
| | |||||
* | support inserting common expression item started with * symbol into a table ↵ | Li Jin | 2020-09-18 | 1 | -0/+23 |
| | | | | block. | ||||
* | add test cases. | Li Jin | 2020-09-17 | 1 | -0/+14 |
| | |||||
* | make simple table and table block appear in the end of function arguments ↵ | Li Jin | 2020-09-17 | 2 | -3/+3 |
| | | | | merged. | ||||
* | revert binary operator rules, change implicit object start symbol. | Li Jin | 2020-09-11 | 2 | -18/+19 |
| | |||||
* | add implicit objects support while writing tables. | Li Jin | 2020-09-11 | 1 | -0/+20 |
| | |||||
* | reserve the same Moonscript coma separated expressions behaviors. | Li Jin | 2020-08-20 | 2 | -32/+32 |
| | |||||
* | change white space rule in assignment list. | Li Jin | 2020-08-07 | 1 | -0/+9 |
| | |||||
* | fix a case multiline binary operator expression conflicts with new statement ↵ | Li Jin | 2020-08-06 | 1 | -0/+23 |
| | | | | started with an unary expression. | ||||
* | remove support for escape new line symbol, binary operator expressions can ↵ | Li Jin | 2020-08-06 | 2 | -23/+26 |
| | | | | now be written multiline without escape new line symbol. | ||||
* | fix case for extending class without name. | Li Jin | 2020-08-05 | 1 | -0/+3 |
| | |||||
* | fix issue for using return statement with export. | Li Jin | 2020-07-18 | 1 | -0/+31 |
| | |||||
* | fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" ↵ | Li Jin | 2020-07-06 | 2 | -0/+4 |
| | | | | valid codes. | ||||
* | fix issue when declaring multiple variables with attribute. | Li Jin | 2020-06-30 | 1 | -2/+5 |
| | |||||
* | add support for local variable declared with attribute 'close' and 'const' ↵ | Li Jin | 2020-06-22 | 3 | -7/+95 |
| | | | | for Lua 5.4. |