From a72ff678da253fce46e8e4648f6e4cf5ce1ea9b4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 10 Mar 2024 21:39:53 -0500 Subject: uh new start --- port.lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 port.lua (limited to 'port.lua') diff --git a/port.lua b/port.lua deleted file mode 100644 index c5763df..0000000 --- a/port.lua +++ /dev/null @@ -1,20 +0,0 @@ ---- lam.port - -local port = {} -table.unpack = table.unpack or unpack - -function port.Input (file) - return { - file = file, - line = "", - } -end - -port.tokenizer = "%s*(,@|[('`,)]|)" - -function port.Input:tokens () -- iterator - -end - ---- -return port -- cgit 1.4.1-21-gabe81