Up and running.

This commit is contained in:
Scott Richmond 2023-11-26 13:02:33 -05:00
parent 04715704a6
commit 376c39f5ee

3
test.js Normal file
View File

@ -0,0 +1,3 @@
import {parser} from "./parser.js"
console.log(parser.parse('one 2 "three"').toString())