aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix doc.v0.15.1Li Jin2022-09-081-11/+11
|
* redesigned metatable syntax. add support for destructuring a field with ↵Li Jin2022-09-0815-297/+605
| | | | string and expression
* update to Lua 5.4.5.Li Jin2022-08-2616-147/+197
|
* add back missing number syntax.Li Jin2022-08-202-4/+9
|
* fix format.Li Jin2022-08-1913-821/+737
|
* update docs.Li Jin2022-08-162-67/+63
|
* update changlog.Li Jin2022-08-161-1/+25
|
* update doc.Li Jin2022-08-161-1/+63
|
* fix a missing argument number check.Li Jin2022-08-163-15/+42
|
* fix not marking variables from `import from` statement to be const issue.v0.14.4Li Jin2022-07-293-23/+19
|
* add missing operator checks for update assignment.Li Jin2022-07-283-11/+11
|
* check Lua target for some special operators.Li Jin2022-07-281-1/+20
|
* adding test cases.Li Jin2022-07-274-217/+272
|
* fix missing checks and issues related to destrucuring in if branches.Li Jin2022-07-2611-100/+273
|
* fix issue #107.Li Jin2022-07-261-0/+2
|
* make destructuring work on function multiple returned values, fix `a, b[] = ↵Li Jin2022-07-268-64/+172
| | | | 1` crashing issue, no longer support implicit declaring variable to be nil.
* cleanup.Li Jin2022-07-251-4/+12
|
* cleanup.Li Jin2022-07-251-3/+3
|
* add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵Li Jin2022-07-2423-134/+321
| | | | destructure. make import item const by default.
* add -g option for yue cmd tool.Li Jin2022-07-223-2/+27
|
* fix .gitattributesLi Jin2022-07-151-0/+1
|
* add spec.v0.13.6Li Jin2022-07-142-0/+38
|
* fix else clause issue in switch statement with table matching.Li Jin2022-07-143-7/+17
|
* add missing generated codes.Li Jin2022-07-141-0/+18
|
* fix a case when doing optional destructuring for metatable.Li Jin2022-07-142-2/+7
|
* update doc and changelog.v0.13.4Li Jin2022-07-142-6/+70
|
* fix table matching issue and update doc.Li Jin2022-07-144-49/+176
|
* auto add search path for cmd tools.Li Jin2022-07-1310-32/+44
|
* report syntax error when mix destructures and other expressions in switch ↵Li Jin2022-07-132-2/+2
| | | | when branches.
* fix build.Li Jin2022-07-121-3/+3
|
* add table pattern matching syntax and fix issue #93, remove a confusing ↵Li Jin2022-07-128-318/+790
| | | | default value syntax for destructuring.
* cleanup.Li Jin2022-07-071-3/+3
|
* add spec.Li Jin2022-07-073-1/+44
|
* Merge branch 'main' of https://github.com/pigpigyyy/YuescriptLi Jin2022-07-051-1/+1
|\
| * Update windows.ymlLi Jin2022-06-261-1/+1
| |
* | disable exporting macro from a normal module.Li Jin2022-07-059-24/+80
|/
* remove some invalid codes.Li Jin2022-06-121-7/+0
|
* fix issue #105.Li Jin2022-06-126-19/+87
|
* Merge branch 'main' of https://github.com/pigpigyyy/YuescriptLi Jin2022-06-064-6/+9
|\
| * fix issue #104.Li Jin2022-06-034-6/+9
| |
* | update Discord badge.Li Jin2022-06-021-1/+1
|/
* remove codes disabling attribute function with Lua 5.1.Li Jin2022-05-251-15/+1
|
* fix spec.Li Jin2022-05-242-7/+9
|
* mark variables with both attributes "const" and "close" to be constant in ↵Li Jin2022-05-241-10/+4
| | | | compiler.
* add favicon and tests.v0.10.23Li Jin2022-05-2412-3/+2021
|
* fixing #102 by adding extra condition assignment while continue skip the loop.Li Jin2022-05-162-14/+29
|
* fix issue #101 by supporting metamethod syntax in class block.Li Jin2022-05-164-4/+65
|
* fix issue #97 by line decorator.Li Jin2022-05-164-4/+111
|
* fix issue #102. fix `continue` statement locating issue.Li Jin2022-05-163-7/+108
|
* fix issue #100.Li Jin2022-05-151-2/+6
|