summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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 lik...Li Jin2020-10-217-67/+215
* 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 s...Li Jin2020-10-154-57/+105
* change file extension moonp.Li Jin2020-10-086-16/+21
* support inserting common expression item started with * symbol into a table b...Li Jin2020-09-183-3/+3
* fix.Li Jin2020-09-171-2/+0
* add a flag to build moonp without Lua.Li Jin2020-09-171-11/+33
* add a compiler flag to disable macro feature and support linking without Lua.Li Jin2020-09-171-6/+45
* make simple table and table block appear in the end of function arguments mer...Li Jin2020-09-171-1/+32
* revert binary operator rules, change implicit object start symbol.Li Jin2020-09-111-2/+2
* update Lua.Li Jin2020-09-119-94/+121
* add implicit objects support while writing tables.Li Jin2020-09-114-6/+20
* reserve the same Moonscript coma separated expressions behaviors.Li Jin2020-08-203-11/+13
* change white space rule in assignment list.Li Jin2020-08-072-2/+2
* fix a case multiline binary operator expression conflicts with new statement ...Li Jin2020-08-062-4/+4
* remove support for escape new line symbol, binary operator expressions can no...Li Jin2020-08-063-8/+6
* update Lua 5.4.Li Jin2020-08-069-171/+303
* clean up.Li Jin2020-08-061-4/+5
* fix case for extending class without name.Li Jin2020-08-051-2/+2
* fix issue for using return statement with export.Li Jin2020-07-1815-78/+154
* fixed a missed case for multiline string as table key. reporting use of globa...Li Jin2020-07-171-4/+13
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val...Li Jin2020-07-063-5/+11
* fix issue when declaring multiple variables with attribute.Li Jin2020-06-301-2/+5
* fix.Li Jin2020-06-221-3/+1
* again.Li Jin2020-06-221-3/+2
* clean up.Li Jin2020-06-221-2/+2
* clean up.Li Jin2020-06-221-20/+40
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-2285-9539/+14051
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin2020-05-294-267/+280
* make back call operator use highest priority for operator precedence.Li Jin2020-05-261-62/+107
* fix issue of unary and binary operator "~".Li Jin2020-05-143-6/+8
* fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin2020-05-024-7/+44
* add existential op support for with statement, add repeat until statement.Li Jin2020-04-264-10/+39