A regular expression parser for latest ECMAScript written in Go.
Work in progress...
Compare snapshots and actually results:
go test ./internal/parser
Updates snapshots:
UPDATE=true go test ./internal/parser
Run for only one fixture:
TARGET=alternative1 go test ./internal/parser