aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_compiler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update year.Li Jin2021-01-051-1/+1
|
* extend macro feature to support compiling Moonscript to other Lua dialect ↵Li Jin2020-10-211-2/+13
| | | | | | | | 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".
* change file extension moonp.Li Jin2020-10-081-1/+2
|
* allow implicit return block macro, fix compiled Lua codes searching issue.Li Jin2020-04-211-1/+1
|
* add useSpaceOverTab option for compiler, add variadic arguments declaration ↵Li Jin2020-03-301-0/+1
| | | | check, fix assignment with backcall expr not well handled issue.
* fix moonp repl issue.Li Jin2020-03-271-1/+1
|
* add macro functions.Li Jin2020-03-111-1/+5
|
* change some interfaces.Li Jin2020-02-221-1/+11
|
* remove codes to be compatible with old version.Li Jin2020-01-131-4/+1
|
* update.Li Jin2020-01-101-0/+39