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
/
spec
/
outputs
/
class.lua
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed MoonScript issue # 459.
v0.26.1
Li Jin
2024-12-19
1
-0
/
+60
|
|
|
|
Supported local/const/close hoist in class body.
*
remove redundant 'do' blocks in code generation.
Li Jin
2024-03-21
1
-23
/
+21
|
*
fix issue #114.
Li Jin
2022-11-09
1
-0
/
+55
|
*
fix issue #101 by supporting metamethod syntax in class block.
Li Jin
2022-05-16
1
-0
/
+30
|
*
change the behavior dealing with class and common table when doing mixin.
Li Jin
2022-04-07
1
-3
/
+4
|
*
fix class initializing procedure again.
v0.10.10
Li Jin
2022-04-07
1
-16
/
+16
|
*
fix class initializing procedure.
Li Jin
2022-04-07
1
-1
/
+1
|
*
allow doing mixin with a class and a table.
Li Jin
2022-04-06
1
-2
/
+5
|
*
doing the mixing after the class object initialized.
Li Jin
2022-04-06
1
-13
/
+13
|
*
adding support for fixing issue #85.
Li Jin
2022-04-06
1
-34
/
+100
|
*
try fixing overriding issue mentioned in issue #84.
Li Jin
2022-04-02
1
-1
/
+1
|
*
fix an new issue found by the example from issue #72
Li Jin
2021-12-17
1
-0
/
+22
|
*
fix test.
Li Jin
2021-10-12
1
-0
/
+1057