aboutsummaryrefslogtreecommitdiff
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add compiler improvements and comprehensive test suitecompiler-improvementsLi Jin23 hours1-1/+1
| | | | | | | | - Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Updated tests.Li Jin38 hours1-17/+20
|
* Fixed compiler improvements and added comprehensive test suiteLi Jin41 hours1-21/+21
| | | | | | | | | | | - Fixed makefile preprocessor macro definitions (removed spaces in -D flags) - Added null pointer check in compiler class declaration handling - Added comprehensive test specifications for various language features: - attrib, backcall, cond, config, existential, export, goto - import, literals, macro, metatable, operators, return - string, switch, vararg, with Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Cleanup.v0.32.4Li Jin5 days1-10/+10
|
* Added const attributes.Li Jin13 days1-0/+2
|
* Fixed build. [skip CI]Li Jin2025-11-071-0/+3
|
* Fixed wasm build. [skip CI]Li Jin2025-11-071-0/+3
|
* Updated spec.Li Jin2025-11-051-1/+1
|
* Removed the use of codecvt from C++ for it being removed in C++26.Li Jin2025-11-051-1/+1
|
* Included a minimal json lib in yue compiler tool.Li Jin2025-11-041-1/+19
|
* Fixed build files for Termux.Li Jin2025-11-041-1/+30
|
* Fix build.v0.27.5Li Jin2025-04-171-2/+0
|
* Fixed issue #209.Li Jin2025-04-171-0/+2
|
* Updated WASM build.Li Jin2024-10-311-6/+7
|
* Fixed WASM build.v0.26.0Li Jin2024-10-311-109/+90
|
* Add Support WASM ESM and CommonJs module, Typescript. (#176)深淵の鴿子2024-10-281-1/+121
|
* add doc codes check.Li Jin2023-10-311-0/+2
|
* fix doc. add busted to testing work.Li Jin2023-10-311-0/+1
|
* fixing issue #143 and #144.Li Jin2023-08-071-0/+2
|
* fix test file path.v0.17.12Li Jin2023-07-281-1/+1
|
* fix xpcall usages in different Lua version.Li Jin2023-07-281-2/+4
|
* fix issue #139.Li Jin2023-06-291-2/+2
|
* fix issue #122, add option to build yue tool without file watcher function.Li Jin2023-01-121-3/+12
|
* remove unused Lua source files.Li Jin2022-12-021-3/+3
|
* fix build. update doc.Li Jin2022-11-161-1/+1
|
* fix issues detected by MSVC.Li Jin2022-11-151-1/+1
|
* adding -w option to Yuescript tool.Li Jin2022-11-151-0/+7
|
* fix test.Li Jin2022-09-301-1/+3
|
* fix issue #81, refactor continue with gotos.Li Jin2022-09-301-0/+2
|
* add missing operator checks for update assignment.Li Jin2022-07-281-1/+2
|
* add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵Li Jin2022-07-241-2/+2
| | | | destructure. make import item const by default.
* auto add search path for cmd tools.Li Jin2022-07-131-2/+2
|
* add extra compiler flag for building shared lib.Li Jin2022-04-171-1/+1
|
* fix test.Li Jin2021-10-121-4/+21
|
* adjust some folder levels.Li Jin2021-04-211-12/+12
|
* fix small issues, add web assembly support.Li Jin2021-04-161-3/+12
|
* fix shared target for makefile.Li Jin2021-03-291-1/+1
|
* remove a compile flag.Li Jin2021-03-121-1/+1
|
* stop reusing variables, rename project.Li Jin2021-02-171-11/+11
|
* add all the compiler specific linker flags.Li Jin2021-01-111-2/+2
|
* export all symbols for moonp binary (#33)codinget2021-01-111-1/+1
|
* fix makefile.Li Jin2020-10-221-4/+13
|
* extend macro feature to support compiling Moonscript to other Lua dialect ↵Li Jin2020-10-211-1/+11
| | | | | | | | 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 make target to build .so file.Li Jin2020-08-131-2/+22
|
* fix.Li Jin2020-06-221-1/+1
|
* fix.Li Jin2020-06-221-1/+1
|
* add support for local variable declared with attribute 'close' and 'const' ↵Li Jin2020-06-221-6/+6
| | | | for Lua 5.4.
* make back call operator use highest priority for operator precedence.Li Jin2020-05-261-1/+1
|
* update readme, add changelogs.Li Jin2020-03-291-1/+1
|
* Add c++17 filesystem compatible lib.Li Jin2020-03-251-6/+4
|