index
:
yuescript
0.5.0
codex/add-blank-line-handling-to-classblock
codex/add-portuguese-and-german-language-support
codex/add-single-line-comments-support-to-ast
codex/remove-line-number-comments-from-empty-lines
compiler-improvements
feature/ast-node-end-position
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
/
inputs
/
backcall.moon
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
change file extension moonp.
Li Jin
2020-10-08
1
-117
/
+0
|
*
remove support for escape new line symbol, binary operator expressions can ↵
Li Jin
2020-08-06
1
-4
/
+4
|
|
|
|
now be written multiline without escape new line symbol.
*
add support for local variable declared with attribute 'close' and 'const' ↵
Li Jin
2020-06-22
1
-1
/
+5
|
|
|
|
for Lua 5.4.
*
change operator precedence to [1].^ [2].unary operators (not, #, -, ~) ↵
Li Jin
2020-05-29
1
-1
/
+1
|
|
|
|
|
|
|
[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
1
-0
/
+4
|
*
add test cases.
Li Jin
2020-03-27
1
-0
/
+3
|
*
add fat arrow support for backcall statement.
Li Jin
2020-02-26
1
-0
/
+13
|
*
add placeholder support for backcall statement.
Li Jin
2020-02-23
1
-0
/
+10
|
*
add placeholder support for backcall operator.
Li Jin
2020-02-14
1
-1
/
+7
|
*
add specs.
Li Jin
2020-02-03
1
-5
/
+11
|
*
fix some cases when using backcall with assignment.
Li Jin
2020-02-03
1
-0
/
+10
|
*
Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵
Li Jin
2020-01-30
1
-4
/
+6
|
|
|
|
threads.
*
fix nothing.
Li Jin
2020-01-28
1
-1
/
+1
|
*
fix some special cases for backcall.
Li Jin
2020-01-28
1
-0
/
+13
|
*
Add multi-line comment support. Add escape new line symbol. Add back call ↵
Li Jin
2020-01-28
1
-0
/
+46
syntax.