File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Print input and result information.
3
3
*/
4
- // #define DEBUG 1
4
+ // #define DEBUG 0
5
5
6
6
/**
7
7
* Print the upcoming token after parsing finished.
@@ -1318,9 +1318,7 @@ static Result inline_tokens(State *state) {
1318
1318
}
1319
1319
// TODO(414owen) does this clash with inline comments '--'?
1320
1320
// I'm not sure why there's a `symbolic::comment` and a `COMMENT`...
1321
- SYMBOLICS_WITHOUT_BAR : {
1322
- is_symbolic = true;
1323
- }
1321
+ SYMBOLICS_WITHOUT_BAR :
1324
1322
case '|' : {
1325
1323
if (state -> symbols [QQ_BAR ]) {
1326
1324
S_ADVANCE ;
Original file line number Diff line number Diff line change 4
4
rhs: (exp_lambda_case [0, 4] - [1, 8]
5
5
(alts [1, 2] - [1, 8]
6
6
(alt [1, 2] - [1, 8]
7
- (pat_name [1, 2] - [1, 3]
7
+ pattern: (pat_name [1, 2] - [1, 3]
8
8
(variable [1, 2] - [1, 3]))
9
- (exp_name [1, 7] - [1, 8]
9
+ rhs: (exp_name [1, 7] - [1, 8]
10
10
(variable [1, 7] - [1, 8]))))))
11
11
(function [3, 0] - [3, 5]
12
12
name: (variable [3, 0] - [3, 1])
You can’t perform that action at this time.
0 commit comments