summaryrefslogtreecommitdiff
path: root/src/util.cr
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2022-09-02 21:03:42 +1200
committerMatthew Hall <hallmatthew314@gmail.com>2022-09-02 21:03:42 +1200
commit4dd4e596ae6e5da84f2ce4296cbf9c030efe69bb (patch)
tree401bf737a26c3cac4a32cf4862180d6288f9c010 /src/util.cr
parentdd2bcbdadf2068723bdd88729d295171b0291cd2 (diff)
Can read code from STDIN, can parse brainfuck
Diffstat (limited to 'src/util.cr')
-rw-r--r--src/util.cr5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util.cr b/src/util.cr
new file mode 100644
index 0000000..841a2b2
--- /dev/null
+++ b/src/util.cr
@@ -0,0 +1,5 @@
+module Util
+ class ParserError < Exception
+ end
+end
+