build:
    GOOS=wasip1 GOARCH=wasm go build -o parser.wasm ./parser

test:
    go test -v ./parser/
