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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some ambiguous syntax.
Li Jin
2021-02-15
1
-3
/
+5
*
fix issue #38 with a better solution.
Li Jin
2021-02-10
1
-0
/
+5
*
update backcall operator syntax, fix issue #31.
Li Jin
2021-02-10
1
-0
/
+1
*
simplify macro syntax. fix issue #38 again.
Li Jin
2021-02-08
1
-1
/
+0
*
fix #38
Li Jin
2021-02-06
1
-6
/
+1
*
update year.
Li Jin
2021-01-05
1
-1
/
+1
*
add a new macro type support to insert raw codes to output.
Li Jin
2020-10-15
1
-2
/
+0
*
add support to import all macros from a module with symbol '$' in import-as s...
Li Jin
2020-10-15
1
-4
/
+9
*
add implicit objects support while writing tables.
Li Jin
2020-09-11
1
-0
/
+1
*
reserve the same Moonscript coma separated expressions behaviors.
Li Jin
2020-08-20
1
-0
/
+1
*
remove support for escape new line symbol, binary operator expressions can no...
Li Jin
2020-08-06
1
-1
/
+0
*
add support for local variable declared with attribute 'close' and 'const' fo...
Li Jin
2020-06-22
1
-0
/
+1
*
change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...
Li Jin
2020-05-29
1
-5
/
+8
*
fix issue of unary and binary operator "~".
Li Jin
2020-05-14
1
-0
/
+1
*
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
-0
/
+1
*
remove else branch support for appendix syntax.
Li Jin
2020-03-26
1
-1
/
+1
*
add goto statement support.
Li Jin
2020-03-24
1
-0
/
+3
*
add macro functions.
Li Jin
2020-03-11
1
-1
/
+12
*
move functions of old export statement to global statement, make export state...
Li Jin
2020-03-05
1
-6
/
+13
*
add fat arrow support for backcall statement.
Li Jin
2020-02-26
1
-0
/
+1
*
change some interfaces.
Li Jin
2020-02-22
1
-3
/
+3
*
remove the extra type id system.
Li Jin
2020-02-18
1
-2
/
+3
*
fix some cases when using backcall with assignment.
Li Jin
2020-02-03
1
-1
/
+0
*
enable explist to be multi-line without backslash. confirmed there is no simi...
Li Jin
2020-02-03
1
-1
/
+0
*
make gcc happy.
Li Jin
2020-01-30
1
-3
/
+12
*
Separate MoonParser from MoonCompiler, make moonc compile multiple file in th...
Li Jin
2020-01-30
1
-12
/
+251
*
update.
Li Jin
2020-01-10
1
-0
/
+35