aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix issue #97.Li Jin2022-05-131-0/+15
|
* add update syntax support for //. fix issue #96.Li Jin2022-05-134-1/+4
|
* fix changelog.Li Jin2022-05-121-4/+7
|
* doc: add note for `#{}` syntax (#95)Ekickx2022-05-121-0/+2
|
* changelog: update from 0.10.15 to 0.10.17 (#94)apologetik2022-05-071-0/+43
|
* add to_ast function.Li Jin2022-05-064-138/+224
|
* prevent text mode macro from inserting line numbers in generated codes.Li Jin2022-04-292-12/+15
|
* fix typo.Li Jin2022-04-251-1/+1
|
* update doc.Li Jin2022-04-251-41/+80
|
* update Changelog.Li Jin2022-04-251-50/+156
|
* add spread syntax support for table block. fix a gcc compiler issue. update doc.Li Jin2022-04-259-149/+407
|
* add support for the Fill Operator. fix issue #39.Li Jin2022-04-243-183/+289
|
* fix spreading syntax behavior.Li Jin2022-04-243-12/+160
|
* adding table spreading syntax.Li Jin2022-04-224-15/+209
|
* add placeholder support for list destructuring. fix part of issue #93.Li Jin2022-04-204-4/+15
|
* update doc.Li Jin2022-04-193-317/+334
|
* Update macos.ymlv0.10.11Li Jin2022-04-171-0/+1
|
* Update macos.ymlLi Jin2022-04-171-0/+27
|
* add extra compiler flag for building shared lib.Li Jin2022-04-171-1/+1
|
* Add docs for += -= and []= (#90)Allie2022-04-121-15/+46
| | | | | * add OpenGraph data * add docs for syntactic sugar
* change the behavior dealing with class and common table when doing mixin.Li Jin2022-04-072-7/+11
|
* fix class initializing procedure again.v0.10.10Li Jin2022-04-072-27/+26
|
* fix class initializing procedure.Li Jin2022-04-073-13/+13
|
* add OpenGraph data (#87)Allie2022-04-072-0/+9
|
* allow doing mixin with a class and a table.Li Jin2022-04-063-4/+7
|
* doing the mixing after the class object initialized.Li Jin2022-04-062-23/+24
|
* adding support for fixing issue #85.Li Jin2022-04-066-52/+138
|
* try fixing overriding issue mentioned in issue #84.Li Jin2022-04-022-3/+3
|
* fix some ambiguous syntax caused by arg table block.Li Jin2022-04-016-30/+140
|
* cleanup.Li Jin2022-03-172-25/+18
|
* fix more cases that global values are not being cached.Li Jin2022-03-145-20/+104
|
* fix issue #83.v0.10.6Li Jin2022-03-141-2/+2
|
* add global "arg" for CLI arguments.Li Jin2022-03-051-1/+8
|
* fix issue #82.Li Jin2022-03-052-9/+30
|
* fix loader order. fix script not found error message.Li Jin2022-03-032-17/+21
|
* update doc.Li Jin2022-02-251-15/+83
|