custom grammar errors, better handling of user facing errors
fuckery for modules in grammar, maybe fixable?
This commit is contained in:
@ -3,4 +3,6 @@ Initial Entities: {a, b}
|
||||
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
|
||||
Reactions: ([{a,b}, {c}, {b}])
|
||||
|
||||
Run > Print
|
||||
Run > Print,
|
||||
|
||||
Run (Limit: 2) > Print
|
||||
|
||||
@ -3,4 +3,10 @@ Initial Entities: {a, b}
|
||||
Context: [({a,b}.{a}.{a,c}.x + {a,b}.{a}.{a}.nill)]
|
||||
Reactions: ([{a,b}, {c}, {b}])
|
||||
|
||||
Target > Print
|
||||
Target > Print,
|
||||
|
||||
Target (Limit: 7) > Print,
|
||||
|
||||
Target (Limit: 6) > Print,
|
||||
|
||||
Target (Limit: 5) > Print
|
||||
|
||||
Reference in New Issue
Block a user