aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/try (unfollow)
Commit message (Collapse)AuthorFilesLines
7 daysUpdated doc. [skip CI]Li Jin2-8/+8
7 daysUpdated doc. [skip CI]Li Jin1-91/+92
9 daysFixed code generating.v0.29.8Li Jin4-52/+35
9 daysFixed issue #223.Li Jin9-16/+338
2025-11-07Fixed build. [skip CI]Li Jin1-0/+3
2025-11-07Fixed wasm build. [skip CI]Li Jin1-0/+3
2025-11-07Made YueScript stop lintting defined global variables.v0.29.7Li Jin4-26/+28
2025-11-05Renamed builtin json lib to "cojson". [skip Upload]v0.29.6Li Jin2-2/+2
2025-11-05Fixed Lua5.1 build. [skip CI]Li Jin2-9/+31
2025-11-05Modify luarocks upload condition in macos.yml. [skip CI]Li Jin1-1/+1
Updated the condition for luarocks upload to skip if the commit message contains '[skip Upload]'.
2025-11-05Fixed Windows build. [skip CI]Li Jin4-145/+145
2025-11-05Fixed Windows build.Li Jin1-8/+8
2025-11-05Updated spec.Li Jin7-19/+15
2025-11-05Removed the use of codecvt from C++ for it being removed in C++26.Li Jin10-17/+1318
2025-11-04Fixed flags. [skip CI]Li Jin1-8/+8
2025-11-04Fixed build.Li Jin2-8/+8
2025-11-04Fixed Windows build.Li Jin3-0/+7
2025-11-04Included a minimal json lib in yue compiler tool.Li Jin5-3/+952
2025-11-04Excluding esfw related codes for Termux compilation.Li Jin1-61/+65
2025-11-04Fixed build files for Termux.Li Jin2-4/+61
2025-10-13Fixed docs. [skip CI]Li Jin2-12/+12
2025-09-16Increased call stack size.Li Jin3-12/+48
2025-09-15Fix.Li Jin2-14/+10
2025-09-15Fixed issue for reversed indexing.Li Jin7-10/+557
2025-08-29Fixed build.v0.29.4Li Jin2-0/+180
2025-08-29Updated docs. [skip CI]Li Jin3-22/+156
2025-08-26Fixed glitches. [skip CI]Li Jin2-4/+4
2025-08-26Updated docs. [skip CI]Li Jin2-0/+71
2025-08-26Added function argument destructuring.Li Jin5-5/+237
2025-07-27Fixed issue #222.v0.29.3Li Jin7-3/+71
2025-07-18Updated version. [skip CI]v0.29.2Li Jin1-1/+1
2025-07-18Fixed Windows x64 build.Li Jin2-3/+7
2025-07-18Fixes.v0.29.1Li Jin8-69/+187
2025-07-18Added specs, tests and docs.Li Jin12-63/+435
2025-07-17Fixed a reference issue.Li Jin1-2/+2
2025-07-17Fixed a crash.Li Jin3-31/+41
2025-07-17Added YAML multiline string and macro argument checking.Li Jin5-12/+221
2025-06-04Updated docs. [skip CI]Li Jin2-0/+2
2025-06-04Updated docs. [skip CI]Li Jin2-8/+8
2025-06-04Updated docs. [skip CI]v0.29.0Li Jin4-4/+496
2025-06-04Updated docs. [skip CI]Li Jin2-2/+244
2025-06-04Added more reversed index support for slice. [skip CI]Li Jin9-67/+174
2025-06-04Added new syntax.Li Jin16-51/+678
- Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching.
2025-06-03Kept backward compatibility for YueScript with C++17.Li Jin1-1/+3
2025-05-30fix a crash issue in `yue.to_ast()`.Li Jin1-1/+1
2025-05-30Added a new test.Li Jin2-0/+301
2025-05-28Replace `try!` with `try?`.Li Jin8-46/+38
2025-05-28Added `try!` syntax.Li Jin22-189/+1169
2025-05-27Updated `repeat` syntax functions.Li Jin9-62/+259
2025-05-26Added doc for `with?` syntax.Li Jin6-2/+64