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
/
MoonP
/
moon_parser.cpp
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
add support for local variable declared with attribute 'close' and 'const' ↵
Li Jin
2020-06-22
1
-1
/
+10
|
|
|
|
for Lua 5.4.
*
change operator precedence to [1].^ [2].unary operators (not, #, -, ~) ↵
Li Jin
2020-05-29
1
-14
/
+23
|
|
|
|
|
|
|
[3].|> [4].*, /, //, %, ... fix destructure with one table variable to operator-value expression. fix simple chain value with Lua keyword colon chain item.
*
fix issue of unary and binary operator "~".
Li Jin
2020-05-14
1
-5
/
+6
|
*
fix Moonscript issue 416: ambiguous Lua output in some cases.
Li Jin
2020-05-02
1
-1
/
+2
|
*
add existential op support for with statement, add repeat until statement.
Li Jin
2020-04-26
1
-5
/
+5
|
*
fix errors when explicitly declaring global or local variable initialized ↵
Li Jin
2020-04-24
1
-2
/
+2
|
|
|
|
with table block.
*
remove else branch support for appendix syntax.
Li Jin
2020-03-26
1
-2
/
+2
|
*
add REPL support for moonp.
Li Jin
2020-03-26
1
-1
/
+1
|
*
add goto statement support.
Li Jin
2020-03-24
1
-10
/
+23
|
*
add support for macro system expanding to Lua codes directly.
Li Jin
2020-03-23
1
-3
/
+3
|
*
add macro functions.
Li Jin
2020-03-11
1
-17
/
+51
|
*
move functions of old export statement to global statement, make export ↵
Li Jin
2020-03-05
1
-25
/
+49
|
|
|
|
statement work with Lua module system.
*
add fat arrow support for backcall statement.
Li Jin
2020-02-26
1
-1
/
+2
|
*
change some interfaces.
Li Jin
2020-02-22
1
-3
/
+3
|
*
fix comments issue.
Li Jin
2020-02-20
1
-4
/
+4
|
*
allow value lists in for statement and in local statement to be multiline ↵
Li Jin
2020-02-20
1
-5
/
+5
|
|
|
|
got Moonscript issue 390 fixed.
*
allow value list in assignment to be multiline fixing Moonscript issue 390.
Li Jin
2020-02-20
1
-1
/
+1
|
*
remove the extra type id system.
Li Jin
2020-02-18
1
-0
/
+1
|
*
enable explist to be multi-line without backslash. confirmed there is no ↵
Li Jin
2020-02-03
1
-5
/
+4
|
|
|
|
similar issue like Moonscript issue 202 or issue 391.
*
add MultiLineComment support in EscapeNewLine.
Li Jin
2020-02-02
1
-2
/
+2
|
*
make gcc happy.
Li Jin
2020-01-30
1
-10
/
+10
|
*
Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵
Li Jin
2020-01-30
1
-462
/
+510
|
|
|
|
threads.
*
Add multi-line comment support. Add escape new line symbol. Add back call ↵
Li Jin
2020-01-28
1
-5
/
+14
|
|
|
|
syntax.
*
fix Moonscript issue 375.
Li Jin
2020-01-25
1
-2
/
+2
|
*
fix Moonscript issue 156, update new 'import' functions.
Li Jin
2020-01-23
1
-7
/
+14
|
*
fix Moonscript issue 122, add support for ? operator.
Li Jin
2020-01-18
1
-7
/
+8
|
*
remove codes to be compatible with old version.
Li Jin
2020-01-13
1
-1
/
+1
|
*
update.
Li Jin
2020-01-10
1
-0
/
+526