aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix not marking variables from `import from` statement to be const issue.v0.14.4Li Jin2022-07-291-14/+12
|
* adding test cases.Li Jin2022-07-271-0/+36
|
* fix missing checks and issues related to destrucuring in if branches.Li Jin2022-07-265-7/+101
|
* make destructuring work on function multiple returned values, fix `a, b[] = ↵Li Jin2022-07-263-2/+23
| | | | 1` crashing issue, no longer support implicit declaring variable to be nil.
* add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵Li Jin2022-07-248-17/+44
| | | | destructure. make import item const by default.
* add spec.v0.13.6Li Jin2022-07-141-0/+28
|
* fix else clause issue in switch statement with table matching.Li Jin2022-07-141-2/+8
|
* add missing generated codes.Li Jin2022-07-141-0/+18
|
* fix table matching issue and update doc.Li Jin2022-07-141-16/+12
|
* auto add search path for cmd tools.Li Jin2022-07-131-1/+1
|
* add table pattern matching syntax and fix issue #93, remove a confusing ↵Li Jin2022-07-122-57/+328
| | | | default value syntax for destructuring.
* add spec.Li Jin2022-07-071-1/+20
|
* disable exporting macro from a normal module.Li Jin2022-07-053-6/+0
|
* fix issue #105.Li Jin2022-06-121-0/+26
|
* fix issue #104.Li Jin2022-06-031-0/+1
|
* fix spec.Li Jin2022-05-241-6/+8
|
* add favicon and tests.v0.10.23Li Jin2022-05-242-0/+1707
|
* fixing #102 by adding extra condition assignment while continue skip the loop.Li Jin2022-05-161-0/+2
|
* fix issue #101 by supporting metamethod syntax in class block.Li Jin2022-05-161-0/+30
|
* fix issue #97 by line decorator.Li Jin2022-05-162-2/+41
|
* fix issue #102. fix `continue` statement locating issue.Li Jin2022-05-161-1/+22
|
* add update syntax support for //. fix issue #96.Li Jin2022-05-131-0/+1
|
* add spread syntax support for table block. fix a gcc compiler issue. update doc.Li Jin2022-04-252-0/+85
|
* add support for the Fill Operator. fix issue #39.Li Jin2022-04-241-25/+102
|
* fix spreading syntax behavior.Li Jin2022-04-241-0/+102
|
* add placeholder support for list destructuring. fix part of issue #93.Li Jin2022-04-201-0/+7
|
* change the behavior dealing with class and common table when doing mixin.Li Jin2022-04-071-3/+4
|
* fix class initializing procedure again.v0.10.10Li Jin2022-04-071-16/+16
|
* fix class initializing procedure.Li Jin2022-04-071-1/+1
|
* allow doing mixin with a class and a table.Li Jin2022-04-061-2/+5
|
* doing the mixing after the class object initialized.Li Jin2022-04-061-13/+13
|
* adding support for fixing issue #85.Li Jin2022-04-065-44/+130
|
* try fixing overriding issue mentioned in issue #84.Li Jin2022-04-021-1/+1
|
* fix some ambiguous syntax caused by arg table block.Li Jin2022-04-011-0/+69
|
* fix more cases that global values are not being cached.Li Jin2022-03-142-4/+55
|
* fix issue #82.Li Jin2022-03-051-6/+10
|
* add an extra idiom for Lua pcall / xpcall: print result if success, result = ↵Li Jin2022-02-211-6/+35
| | | | try func
* fix a line number reservation issue.Li Jin2022-02-211-3/+1
|
* fixing issue #80.Li Jin2022-02-211-0/+27
|
* fix an extra global check case.Li Jin2022-02-151-0/+14
|
* fix a global variable check case.Li Jin2022-02-156-90/+164
|
* fixing issue #77. change table appending syntax to: tb[] = 1Li Jin2022-02-141-10/+24
|
* fix typo.Li Jin2022-02-141-0/+0
|
* add a missed local variable check.Li Jin2022-02-111-5/+6
|
* add Lua table appending idiom: tb #= 123Li Jin2022-02-111-0/+18
|
* fix a case nil coalesing used as update assignment.Li Jin2022-02-091-0/+25
|
* fix the way update assignment is implemented.Li Jin2022-02-091-1/+11
|
* fix a case combining the use of existential op and metatable op. raise error ↵Li Jin2022-02-081-5/+23
| | | | when use existential op in the left part in an assignment.
* fix issue #76.Li Jin2022-02-081-0/+12
|
* eliminate some ambiguous syntax.v0.9.5Li Jin2021-12-171-0/+30
|