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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
add a flag to build moonp without Lua.
Li Jin
2020-09-17
1
-11
/
+33
|
*
add a compiler flag to disable macro feature and support linking without Lua.
Li Jin
2020-09-17
1
-6
/
+45
|
*
Update Dockerfile
Cristian Haunsen
2020-09-17
1
-2
/
+2
|
|
|
Missing yes flag
*
add test cases.
Li Jin
2020-09-17
1
-0
/
+14
|
*
make simple table and table block appear in the end of function arguments ↵
Li Jin
2020-09-17
3
-4
/
+35
|
|
|
|
merged.
*
revert binary operator rules, change implicit object start symbol.
Li Jin
2020-09-11
3
-20
/
+21
|
*
update Lua.
Li Jin
2020-09-11
9
-94
/
+121
|
*
add implicit objects support while writing tables.
Li Jin
2020-09-11
5
-6
/
+40
|
*
reserve the same Moonscript coma separated expressions behaviors.
Li Jin
2020-08-20
5
-43
/
+45
|
*
add make target to build .so file.
Li Jin
2020-08-13
2
-5
/
+33
|
*
Update dockerfile
Criztian Haunsen
2020-08-10
1
-0
/
+2
|
*
Added example for tup. Tup is a file-based build system for Linux, OSX, and ↵
Criztian Haunsen
2020-08-10
6
-0
/
+13
|
|
|
|
Windows.
*
Added Dockerfile for Moonplus, Lua5.1 and luarocks 3
Criztian Haunsen
2020-08-10
1
-0
/
+16
|
*
change white space rule in assignment list.
Li Jin
2020-08-07
3
-2
/
+11
|
*
fix a case multiline binary operator expression conflicts with new statement ↵
Li Jin
2020-08-06
3
-4
/
+27
|
|
|
|
started with an unary expression.
*
remove support for escape new line symbol, binary operator expressions can ↵
Li Jin
2020-08-06
6
-52
/
+40
|
|
|
|
now be written multiline without escape new line symbol.
*
update Lua 5.4.
Li Jin
2020-08-06
9
-171
/
+303
|
*
clean up.
Li Jin
2020-08-06
1
-4
/
+5
|
*
fix case for extending class without name.
Li Jin
2020-08-05
2
-2
/
+5
|
*
fix issue for using return statement with export.
Li Jin
2020-07-18
16
-78
/
+185
|
*
fixed a missed case for multiline string as table key. reporting use of ↵
Li Jin
2020-07-17
2
-10
/
+19
|
|
|
|
global variable 'tostring' .
*
fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" ↵
Li Jin
2020-07-06
5
-5
/
+15
|
|
|
|
valid codes.
*
fix issue when declaring multiple variables with attribute.
Li Jin
2020-06-30
2
-4
/
+10
|
*
fix vs build.
Li Jin
2020-06-22
2
-184
/
+188
|
*
fix.
Li Jin
2020-06-22
2
-4
/
+2
|
*
fix.
Li Jin
2020-06-22
1
-1
/
+1
|
*
again.
Li Jin
2020-06-22
1
-3
/
+2
|
*
clean up.
Li Jin
2020-06-22
1
-2
/
+2
|
*
clean up.
Li Jin
2020-06-22
2
-22
/
+42
|
*
add support for local variable declared with attribute 'close' and 'const' ↵
Li Jin
2020-06-22
91
-9555
/
+14193
|
|
|
|
for Lua 5.4.
*
change operator precedence to [1].^ [2].unary operators (not, #, -, ~) ↵
Li Jin
2020-05-29
7
-268
/
+285
|
|
|
|
|
|
|
[3].|> [4].*, /, //, %, ... fix destructure with one table variable to operator-value expression. fix simple chain value with Lua keyword colon chain item.
*
make back call operator use highest priority for operator precedence.
Li Jin
2020-05-26
3
-63
/
+112
|
*
add more cases.
Li Jin
2020-05-14
1
-0
/
+8
|
*
fix issue of unary and binary operator "~".
Li Jin
2020-05-14
4
-6
/
+28
|
*
fix Moonscript issue 416: ambiguous Lua output in some cases.
Li Jin
2020-05-02
5
-7
/
+70
|
*
Update CHANGELOG.md.
Li Jin
2020-04-26
1
-2
/
+5
|
*
add existential op support for with statement, add repeat until statement.
Li Jin
2020-04-26
6
-10
/
+52
|
*
fix errors when explicitly declaring global or local variable initialized ↵
Li Jin
2020-04-24
4
-7
/
+36
|
|
|
|
with table block.
*
update CHANGELOG.md
Li Jin
2020-04-21
1
-1
/
+1
|
*
allow implicit return block macro, fix compiled Lua codes searching issue.
Li Jin
2020-04-21
7
-19
/
+37
|
*
update readme.
Li Jin
2020-04-15
1
-1
/
+3
|
*
add CI badges.
Li Jin
2020-04-15
1
-1
/
+2
|
*
Update ccpp.yml
Li Jin
2020-04-15
1
-1
/
+1
|
*
Update ccpp.yml
Li Jin
2020-04-15
1
-1
/
+1
|
*
Update ccpp.yml
Li Jin
2020-04-15
1
-7
/
+9
|
*
fix stupid msvc not supporting string literal longer than 16380 single-byte ↵
Li Jin
2020-04-15
2
-4
/
+22
|
|
|
|
characters.
*
make -p option work with other compile options for moonp.
Li Jin
2020-04-09
1
-9
/
+18
|
*
Update README.md
Li Jin
2020-04-09
1
-5
/
+5
|
*
clean up.
Li Jin
2020-04-09
2
-3
/
+10
|
*
add Lua code minify function to moonp.
Li Jin
2020-04-08
4
-13
/
+2152
|
[prev]
[next]