From 376c39f5ee2547b4310b03382b448af208b2c1e3 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 26 Nov 2023 13:02:33 -0500 Subject: [PATCH] Up and running. --- test.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.js diff --git a/test.js b/test.js new file mode 100644 index 0000000..1936120 --- /dev/null +++ b/test.js @@ -0,0 +1,3 @@ +import {parser} from "./parser.js" + +console.log(parser.parse('one 2 "three"').toString())