aboutsummaryrefslogtreecommitdiff
path: root/repl/repl.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-10-29 00:36:24 -0400
committerBobby <[email protected]>2023-10-29 00:37:13 -0400
commitabb94bc7da02ac69ade9a747a8a205741c96d35b (patch)
tree4f93f86617e7e059fada90b0987efbbb3925d3cf /repl/repl.go
parentb86b6aba4631531f5cfe71a4b97c2f8cbf48d101 (diff)
downloadmana-abb94bc7da02ac69ade9a747a8a205741c96d35b.tar.xz
mana-abb94bc7da02ac69ade9a747a8a205741c96d35b.zip
Added basic tokens and lexing
Diffstat (limited to 'repl/repl.go')
-rw-r--r--repl/repl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/repl/repl.go b/repl/repl.go
new file mode 100644
index 0000000..9119db8
--- /dev/null
+++ b/repl/repl.go
@@ -0,0 +1 @@
+package repl \ No newline at end of file