aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix macro issue.Li Jin2021-02-171-3/+4
* stop reusing variables, rename project.Li Jin2021-02-1738-11/+56
* adding more test cases.moonplusLi Jin2021-02-152-15/+67
* fix some ambiguous syntax.Li Jin2021-02-151-3/+3
* fix local statement used with line decorator issue.Li Jin2021-02-101-0/+2
* fix issue #38 with a better solution.Li Jin2021-02-103-0/+29
* update backcall operator syntax, fix issue #31.Li Jin2021-02-101-3/+25
* partially fix another issue from issue #38.Li Jin2021-02-091-0/+16
* simplify macro syntax. fix issue #38 again.Li Jin2021-02-085-43/+99
* fix #38Li Jin2021-02-061-9/+33
* fix issue #36Li Jin2021-01-222-1/+2
* fix issue #30Li Jin2020-11-031-0/+16
* fix issue #29Li Jin2020-11-031-0/+6
* fix.Li Jin2020-10-231-2/+1
* make teal-macro look better.Li Jin2020-10-233-13/+6844
* extend macro feature to support compiling Moonscript to other Lua dialect lik...Li Jin2020-10-214-10/+92
* add spec.Li Jin2020-10-151-1/+2
* add support to import all macros from a module with symbol '$' in import-as s...Li Jin2020-10-152-2/+5
* change file extension moonp.Li Jin2020-10-0835-11/+13
* support inserting common expression item started with * symbol into a table b...Li Jin2020-09-181-0/+23
* add test cases.Li Jin2020-09-171-0/+14
* make simple table and table block appear in the end of function arguments mer...Li Jin2020-09-172-3/+3
* revert binary operator rules, change implicit object start symbol.Li Jin2020-09-112-18/+19
* add implicit objects support while writing tables.Li Jin2020-09-111-0/+20
* reserve the same Moonscript coma separated expressions behaviors.Li Jin2020-08-202-32/+32
* change white space rule in assignment list.Li Jin2020-08-071-0/+9
* fix a case multiline binary operator expression conflicts with new statement ...Li Jin2020-08-061-0/+23
* remove support for escape new line symbol, binary operator expressions can no...Li Jin2020-08-062-23/+26
* fix case for extending class without name.Li Jin2020-08-051-0/+3
* fix issue for using return statement with export.Li Jin2020-07-181-0/+31
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val...Li Jin2020-07-062-0/+4
* fix issue when declaring multiple variables with attribute.Li Jin2020-06-301-2/+5
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-223-7/+95
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin2020-05-293-1/+5
* make back call operator use highest priority for operator precedence.Li Jin2020-05-261-0/+4
* add more cases.Li Jin2020-05-141-0/+8
* fix issue of unary and binary operator "~".Li Jin2020-05-141-0/+20
* fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin2020-05-021-0/+26
* add existential op support for with statement, add repeat until statement.Li Jin2020-04-262-0/+13
* fix errors when explicitly declaring global or local variable initialized wit...Li Jin2020-04-241-0/+18
* allow implicit return block macro, fix compiled Lua codes searching issue.Li Jin2020-04-211-1/+3
* add useSpaceOverTab option for compiler, add variadic arguments declaration c...Li Jin2020-03-303-10/+11
* fix an existential op issue and add case.Li Jin2020-03-281-0/+2
* add test cases.Li Jin2020-03-272-0/+7
* remove else branch support for appendix syntax.Li Jin2020-03-261-1/+1
* add goto statement support.Li Jin2020-03-241-0/+41
* add support for macro system expanding to Lua codes directly.Li Jin2020-03-231-0/+33
* fix line break issue in macro, disable macro declaration outside root scope.Li Jin2020-03-121-1/+1
* fix macro type mismatch issue.Li Jin2020-03-121-2/+38
* update.Li Jin2020-03-112-2/+3