mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
6 lines
86 B
Python
6 lines
86 B
Python
class BFSyntaxError(Exception):
|
|
pass
|
|
|
|
|
|
class BFSemanticError(Exception):
|
|
pass
|