Skip to content

sosukesuzuki/regexpp-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regexpp-go

A regular expression parser for latest ECMAScript written in Go.

Work in progress...

Run parser tests

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

Prior art

About

A regular expression parser for latest ECMAScript written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages