aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/macro-teal.mp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stop reusing variables, rename project.Li Jin2021-02-171-87/+0
|
* simplify macro syntax. fix issue #38 again.Li Jin2021-02-081-16/+35
|
* make teal-macro look better.Li Jin2020-10-231-6/+28
|
* extend macro feature to support compiling Moonscript to other Lua dialect ↵Li Jin2020-10-211-0/+46
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".