mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-01 17:45:24 +00:00
6 lines
86 B
Python
6 lines
86 B
Python
class BFSyntaxError(Exception):
|
|
pass
|
|
|
|
|
|
class BFSemanticError(Exception):
|
|
pass
|