Loading common.py +3 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,9 @@ class Eps: def __hash__(self): return hash("ε") def __iter__(self): return iter(()) class Emptyset: def __init__(self): Loading Loading
common.py +3 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,9 @@ class Eps: def __hash__(self): return hash("ε") def __iter__(self): return iter(()) class Emptyset: def __init__(self): Loading