aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix.Li Jin2021-04-281-4/+3
|
* make const check work with class declaration.Li Jin2021-04-281-3/+6
|
* fix const variable declaration with global statement.Li Jin2021-04-271-1/+5
|
* fix some missed case.Li Jin2021-04-271-3/+13
|
* implemented local declaration with const attribute in Yuescript.Li Jin2021-04-271-69/+98
|
* add a missing global variable check.Li Jin2021-04-231-1/+6
|
* cleanup.Li Jin2021-04-231-4/+4
|
* adjust some folder levels.Li Jin2021-04-2168-0/+5
|
* fix issue #49 and issue #50.Li Jin2021-04-193-10/+32
|
* rename BackcallOperator to PipeOperator.Li Jin2021-04-195-59/+89
|
* fix small issues, add web assembly support.Li Jin2021-04-1612-129/+1747
|
* fix issue #47.Li Jin2021-04-081-2/+1
|
* fix export assignment statement not working with local statement.Li Jin2021-04-012-3/+12
|
* update Lua.Li Jin2021-03-117-36/+62
|
* fix an issue with local statement.Li Jin2021-03-092-36/+17
|
* add new syntax for issue #41. fix a issue for destructure syntax with ↵Li Jin2021-03-084-72/+124
| | | | TableBlock. try fix luarocks installing problem again for issue #42.
* fix issue #41, add square brackets support for metatable syntax. fix using ↵Li Jin2021-03-053-11/+33
| | | | metatable with "with" syntax issue.
* add new metatable syntax for issue #41, fix reusing local variable issue, ↵Li Jin2021-03-0339-553/+974
| | | | update built-in Lua.
* fix issue #40.Li Jin2021-03-021-2/+2
|
* simplify and extend import syntax.Li Jin2021-02-223-6/+8
|
* fix issue in destructure syntax.Li Jin2021-02-201-3/+14
|
* prevent inserting global or local statements with wildcard operators from ↵Li Jin2021-02-181-1/+15
| | | | macro. update changelog.
* fix macro issue.Li Jin2021-02-171-2/+5
|
* stop reusing variables, rename project.Li Jin2021-02-1713-316/+306
|
* fix some ambiguous syntax.Li Jin2021-02-154-59/+101
|
* fix local statement used with line decorator issue.Li Jin2021-02-102-27/+62
|
* fix issue #38 with a better solution.Li Jin2021-02-103-3/+26
|
* update backcall operator syntax, fix issue #31.Li Jin2021-02-104-12/+109
|
* partially fix another issue from issue #38.Li Jin2021-02-093-3/+5
|
* limit the use of text macro.Li Jin2021-02-081-5/+5
|
* simplify macro syntax. fix issue #38 again.Li Jin2021-02-084-128/+127
|
* fix #38Li Jin2021-02-062-9/+14
|
* fix issue #37.Li Jin2021-01-282-2/+2
|
* update included Lua.Li Jin2021-01-2216-169/+261
|
* fix issue #36Li Jin2021-01-221-4/+7
|
* add all the compiler specific linker flags.Li Jin2021-01-111-1/+1
|
* fix issue #34.Li Jin2021-01-112-2/+10
|
* fix build issues.Li Jin2021-01-101-1/+1
|
* update Lua.Li Jin2021-01-0518-218/+270
|
* update year.Li Jin2021-01-057-9/+9
|
* fix.Li Jin2021-01-052-22/+22
|
* fix issue #30Li Jin2020-11-033-3/+4
|
* fix issue #29Li Jin2020-11-031-10/+9
|
* update Lua, fix cmakelists.txt.Li Jin2020-10-2223-334/+342
|
* extend macro feature to support compiling Moonscript to other Lua dialect ↵Li Jin2020-10-217-67/+215
| | | | | | | | 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 a new macro type support to insert raw codes to output.Li Jin2020-10-154-24/+18
|
* add support to import all macros from a module with symbol '$' in import-as ↵Li Jin2020-10-154-57/+105
| | | | | | statement. fix import macro rename issue.
* change file extension moonp.Li Jin2020-10-086-16/+21
|
* support inserting common expression item started with * symbol into a table ↵Li Jin2020-09-183-3/+3
| | | | block.
* fix.Li Jin2020-09-171-2/+0
|