-
Notifications
You must be signed in to change notification settings - Fork 14
/
TODO
28 lines (24 loc) · 1.06 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- fix issues with terminal priority when the different parses are
coming from different states.... what does this mean?
- fix ambiguity handling for parsing from start states... need to force a final reduction
either bloat the state table (probably best), or try to force the reduction manually....
- add trailing context to regular expressions
- enhance cmp_stacks
- optimize speed
? LALR
? error repair a la Carl Cerecke
? split global state on demand
? ensure that states only summarize identical .scope, .globals and .skip_space
? eager parser
handle path for include files
add option to name the output file.
fix issue with equiv_D_Scope.
fix failing tests:
mcrl2_syntax.test.g.garage-r2.mcrl2 non-deterministic
mcrl2_syntax.test.g.WMS.mcrl2 non-deterministic
mcrl2_syntax.test.g.SMS.mcrl2 non-deterministic
mcrl2_syntax.test.g.garage-ver.mcrl2 non-deterministic
mcrl2_syntax.test.g.garage-r2-error.mcrl2 non-deterministic
mcrl2_syntax.test.g.garage-r3.mcrl2 non-deterministic
mcrl2_syntax.test.g.garage.mcrl2 non-deterministic
mcrl2_syntax.test.g.hex.mcrl2 non-deterministic