index
:
yuescript
0.5.0
main
moonplus
parserlib
pegtl
teal-typed
A mirror of https://github.com/pigpigyyy/Yuescript.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clean up syntax.
Li Jin
2023-01-18
1
-227
/
+224
*
update Year.
Li Jin
2023-01-17
8
-8
/
+8
*
more optimization for parser.
Li Jin
2023-01-17
2
-93
/
+105
*
fix more cases from issue #120 and reduce some parsing call stacks.
Li Jin
2023-01-16
6
-160
/
+352
*
fix issue #122, add option to build yue tool without file watcher function.
Li Jin
2023-01-12
1
-0
/
+13
*
fix issue #120.
v0.15.21
Li Jin
2023-01-11
2
-10
/
+11
*
Add a range_error catch in main compilation code (#121)
Даниил Николаев (NeverMine)
2023-01-10
1
-1
/
+6
*
prevent using declared global variables as temporary inline variables.
Li Jin
2022-12-29
1
-2
/
+15
*
add metamethods checking.
Li Jin
2022-12-28
1
-10
/
+102
*
remove unused Lua source files.
Li Jin
2022-12-02
3
-1423
/
+3
*
update Lua.
Li Jin
2022-12-02
23
-396
/
+440
*
add more num lit specs.
Li Jin
2022-12-02
2
-10
/
+12
*
Improve number literal support (#118)
Harrison
2022-12-02
2
-4
/
+13
*
fix optimization case from issue #115.
Li Jin
2022-11-22
1
-2
/
+27
*
fix class syntax ambiguous issue.
Li Jin
2022-11-21
2
-6
/
+6
*
fix table pattern matching. confirm fixing issue #116.
Li Jin
2022-11-21
2
-30
/
+41
*
add -t support for -w option.
Li Jin
2022-11-17
1
-19
/
+23
*
update version.
v0.15.14
Li Jin
2022-11-16
2
-7
/
+8
*
fix build. update doc.
Li Jin
2022-11-16
7
-21
/
+28
*
fix issues detected by MSVC.
Li Jin
2022-11-15
3
-3
/
+16
*
adding -w option to Yuescript tool.
Li Jin
2022-11-15
75
-4
/
+9757
*
fix default value issue when doing metatable destructuring.
v0.15.13
Li Jin
2022-11-11
1
-6
/
+26
*
refactor parser to be a little faster.
Li Jin
2022-11-11
7
-192
/
+318
*
fix readme.
Li Jin
2022-11-09
1
-1
/
+1
*
fix typo.
Li Jin
2022-11-09
1
-1
/
+1
*
refactor and update readme and changelog.
Li Jin
2022-11-09
2
-10
/
+17
*
add chain assignment. fix issue #115.
Li Jin
2022-11-09
4
-5
/
+50
*
added indentation error messages.
Li Jin
2022-11-09
3
-3
/
+9
*
fix issue #114.
Li Jin
2022-11-09
3
-14
/
+27
*
fix issue #91.
Li Jin
2022-11-09
1
-1
/
+5
*
start to add error AST reporting.
Li Jin
2022-11-09
5
-30
/
+54
*
fix issue #112 and issue #113.
Li Jin
2022-11-09
4
-12
/
+52
*
fix issue #111.
Li Jin
2022-10-21
2
-2
/
+2
*
move utf8 bom skipping to parser.
Li Jin
2022-10-18
3
-2
/
+4
*
skip utf-8 bom. (#110)
zg0
2022-10-18
1
-0
/
+1
*
add compiler option and fix an issue with return statement in loop working wi...
v0.15.4
Li Jin
2022-09-30
2
-18
/
+29
*
updating doc.
Li Jin
2022-09-30
1
-0
/
+3
*
fix issue #81, refactor continue with gotos.
Li Jin
2022-09-30
10
-134
/
+272
*
fix ending white space parsing.
Li Jin
2022-09-26
2
-6
/
+6
*
reserve comment in AST followed by statement.
Li Jin
2022-09-26
5
-22
/
+63
*
added a missing scope.
Li Jin
2022-09-08
1
-1
/
+6
*
redesigned metatable syntax. add support for destructuring a field with strin...
Li Jin
2022-09-08
4
-218
/
+388
*
update to Lua 5.4.5.
Li Jin
2022-08-26
16
-147
/
+197
*
add back missing number syntax.
Li Jin
2022-08-20
2
-4
/
+9
*
fix format.
Li Jin
2022-08-19
13
-821
/
+737
*
fix a missing argument number check.
Li Jin
2022-08-16
1
-3
/
+6
*
fix not marking variables from `import from` statement to be const issue.
v0.14.4
Li Jin
2022-07-29
1
-2
/
+5
*
add missing operator checks for update assignment.
Li Jin
2022-07-28
2
-10
/
+9
*
check Lua target for some special operators.
Li Jin
2022-07-28
1
-1
/
+20
*
fix missing checks and issues related to destrucuring in if branches.
Li Jin
2022-07-26
1
-86
/
+114
[prev]
[next]