File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
ports/unix/variants/coverage Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 30
30
#define MICROPY_VFS (1)
31
31
#define MICROPY_PY_UOS_VFS (1)
32
32
33
+ #define MICROPY_DEBUG_PARSE_RULE_NAME (1)
33
34
#define MICROPY_OPT_MATH_FACTORIAL (1)
34
35
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (1)
35
36
#define MICROPY_ENABLE_SCHEDULER (1)
Original file line number Diff line number Diff line change 1
1
----------------
2
- [ 4] rule(1) (n=9)
2
+ [ 4] \( rule\|file_input_2\) (1) (n=9)
3
3
tok(4)
4
- [ 4] rule(22) (n=4)
4
+ [ 4] \( rule\|for_stmt\) (22) (n=4)
5
5
id(i)
6
- [ 4] rule(45) (n=1)
6
+ [ 4] \( rule\|atom_paren\) (45) (n=1)
7
7
NULL
8
- [ 5] rule(8) (n=0)
8
+ [ 5] \( rule\|pass_stmt\) (8) (n=0)
9
9
NULL
10
- [ 6] rule(5) (n=2)
10
+ [ 6] \( rule\|expr_stmt\) (5) (n=2)
11
11
id(a)
12
12
tok(14)
13
- [ 7] rule(5) (n=2)
13
+ [ 7] \( rule\|expr_stmt\) (5) (n=2)
14
14
id(b)
15
15
str(str)
16
- [ 8] rule(5) (n=2)
16
+ [ 8] \( rule\|expr_stmt\) (5) (n=2)
17
17
id(c)
18
18
[ 8] literal \.\+
19
- [ 9] rule(5) (n=2)
19
+ [ 9] \( rule\|expr_stmt\) (5) (n=2)
20
20
id(d)
21
21
bytes(bytes)
22
- [ 10] rule(5) (n=2)
22
+ [ 10] \( rule\|expr_stmt\) (5) (n=2)
23
23
id(e)
24
24
[ 10] literal \.\+
25
- [ 11] rule(5) (n=2)
25
+ [ 11] \( rule\|expr_stmt\) (5) (n=2)
26
26
id(f)
27
27
[ 11] literal \.\+
28
- [ 12] rule(5) (n=2)
28
+ [ 12] \( rule\|expr_stmt\) (5) (n=2)
29
29
id(g)
30
30
int(123)
31
31
----------------
You can’t perform that action at this time.
0 commit comments