+++ /dev/null
-0
\ No newline at end of file
+++ /dev/null
-dump_ast
\ No newline at end of file
+++ /dev/null
-funcall_parsing.momo:1:0 [FUNCALL] 'funcall()'
-funcall_parsing.momo:3:0 [FUNCALL] 'funcall(1)'
-funcall_parsing.momo:5:0 [FUNCALL] 'foo('bar': ???, 'baz': ???, 1, 2, 3)'
-funcall_parsing.momo:8:0 [FUNCALL] 'a(b(c('bar': ???, 'baz': ???)))'
+++ /dev/null
--1
\ No newline at end of file
--- /dev/null
+0
\ No newline at end of file
--- /dev/null
+dump_ast
\ No newline at end of file
--- /dev/null
+parse_funcall.momo:1:0 [FUNCALL] 'funcall()'
+parse_funcall.momo:3:0 [FUNCALL] 'funcall(1)'
+parse_funcall.momo:5:0 [FUNCALL] 'foo('bar': ???, 'baz': ???, 1, 2, 3)'
+parse_funcall.momo:8:0 [FUNCALL] 'a(b(c('bar': ???, 'baz': ???)))'
--- /dev/null
+-1
\ No newline at end of file
--- /dev/null
+0
\ No newline at end of file
--- /dev/null
+dump_ast
\ No newline at end of file
--- /dev/null
+parse_suffix.momo:1:0 [UNARY] '('foo': ???) ++ '
+parse_suffix.momo:2:0 [UNARY] '('bar': ???) -- '
+parse_suffix.momo:3:0 [UNARY] '('a': ???) ++ '
+parse_suffix.momo:3:5 [UNARY] '('b': ???) -- '
--- /dev/null
+-1
\ No newline at end of file
+++ /dev/null
-0
\ No newline at end of file
+++ /dev/null
-dump_ast
\ No newline at end of file
+++ /dev/null
-suffix_parsing.momo:1:0 [UNARY] '('foo': ???) ++ '
-suffix_parsing.momo:2:0 [UNARY] '('bar': ???) -- '
-suffix_parsing.momo:3:0 [UNARY] '('a': ???) ++ '
-suffix_parsing.momo:3:5 [UNARY] '('b': ???) -- '
+++ /dev/null
--1
\ No newline at end of file
+++ /dev/null
-funcall();
-
-funcall(1);
-
-foo(bar,
- baz, 1, 2, 3);
-
-a(b(c(bar, baz)));
--- /dev/null
+funcall();
+
+funcall(1);
+
+foo(bar,
+ baz, 1, 2, 3);
+
+a(b(c(bar, baz)));
--- /dev/null
+foo++;
+bar--;
+a++; b--;
+++ /dev/null
-foo++;
-bar--;
-a++; b--;