aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'main' of github.com:pigpigyyy/Yuescript into mainLi Jin2021-05-251-1/+2
|\ | | | | | | | | * 'main' of github.com:pigpigyyy/Yuescript: Update README.md
| * Update README.mdLi Jin2021-05-181-1/+2
| |
* | cleanup.Li Jin2021-05-251-238/+235
|/
* fix issue #52, add until statement.Li Jin2021-05-135-56/+79
|
* fix variable type check functions.Li Jin2021-05-071-32/+39
|
* fix issue #51 by aliasing symbol :: as colon chain item.Li Jin2021-05-022-3/+3
|
* fix spec.Li Jin2021-04-281-2/+2
|
* report a destructuring nil item error.Li Jin2021-04-281-2/+4
|
* fix.Li Jin2021-04-281-4/+3
|
* make const check work with class declaration.Li Jin2021-04-281-3/+6
|
* fix const variable declaration with global statement.Li Jin2021-04-271-1/+5
|
* fix some missed case.Li Jin2021-04-271-3/+13
|
* implemented local declaration with const attribute in Yuescript.Li Jin2021-04-271-69/+98
|
* add a missing global variable check.Li Jin2021-04-231-1/+6
|
* cleanup.Li Jin2021-04-231-4/+4
|
* Update ubuntu.ymlLi Jin2021-04-211-1/+1
|
* fix readme.Li Jin2021-04-211-1/+1
|
* Update ubuntu.ymlLi Jin2021-04-211-1/+1
|
* fix windows build.Li Jin2021-04-214-168/+164
|
* adjust some folder levels.Li Jin2021-04-2174-191/+25
|
* forgot to mention the docs.Li Jin2021-04-201-2/+2
|
* update docs.Li Jin2021-04-206-16/+2074
|
* add a missing folder in git.Li Jin2021-04-191-0/+0
|
* first commit for Yuescript document site.Li Jin2021-04-1948-0/+4399
|
* fix issue #49 and issue #50.Li Jin2021-04-194-10/+50
|
* rename BackcallOperator to PipeOperator.Li Jin2021-04-198-142/+176
|
* fix small issues, add web assembly support.Li Jin2021-04-1614-132/+1764
|
* fix issue #47.Li Jin2021-04-082-2/+8
|
* Corrected small typos (#46)ShalokShalom2021-04-041-23/+23
| | | Corrected spelling thanks to Grammarly.com
* fix export assignment statement not working with local statement.Li Jin2021-04-013-3/+19
|
* fix shared target for makefile.Li Jin2021-03-292-15/+1
|
* Update ubuntu.ymlLi Jin2021-03-121-1/+1
|
* remove a compile flag.Li Jin2021-03-121-1/+1
|
* Update ubuntu.ymlLi Jin2021-03-121-0/+1
|
* Update windows.ymlLi Jin2021-03-121-1/+0
|
* Update windows.ymlLi Jin2021-03-121-0/+1
|
* Update ubuntu.ymlLi Jin2021-03-121-0/+11
|
* Update macos.ymlLi Jin2021-03-111-1/+0
|
* Update macos.ymlLi Jin2021-03-111-8/+0
|
* Merge branch 'main' of github.com:pigpigyyy/Yuescript into mainLi Jin2021-03-111-0/+9
|\ | | | | | | | | * 'main' of github.com:pigpigyyy/Yuescript: Update macos.yml
| * Update macos.ymlLi Jin2021-03-111-0/+9
| |
* | update Lua.Li Jin2021-03-117-36/+62
|/
* fix an issue with local statement.Li Jin2021-03-093-36/+21
|
* fix CMakelist.txt.Li Jin2021-03-081-2/+5
|
* add new syntax for issue #41. fix a issue for destructure syntax with ↵Li Jin2021-03-087-107/+195
| | | | TableBlock. try fix luarocks installing problem again for issue #42.
* try to fix issue #42.Li Jin2021-03-072-2/+2
|
* fix issue #41, add square brackets support for metatable syntax. fix using ↵Li Jin2021-03-054-11/+41
| | | | metatable with "with" syntax issue.
* add new metatable syntax for issue #41, fix reusing local variable issue, ↵Li Jin2021-03-0340-553/+1017
| | | | update built-in Lua.
* add test case.Li Jin2021-03-021-1/+6
|
* fix issue #40.Li Jin2021-03-021-2/+2
|