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