diff options
| author | Bobby <[email protected]> | 2023-10-29 00:36:24 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-10-29 00:37:13 -0400 |
| commit | abb94bc7da02ac69ade9a747a8a205741c96d35b (patch) | |
| tree | 4f93f86617e7e059fada90b0987efbbb3925d3cf /repl/repl.go | |
| parent | b86b6aba4631531f5cfe71a4b97c2f8cbf48d101 (diff) | |
| download | mana-abb94bc7da02ac69ade9a747a8a205741c96d35b.tar.xz mana-abb94bc7da02ac69ade9a747a8a205741c96d35b.zip | |
Added basic tokens and lexing
Diffstat (limited to 'repl/repl.go')
| -rw-r--r-- | repl/repl.go | 1 |
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 |
