This package contains several lexers and parsers written in Go. All subpackages are built to be streaming, high performance and to be in accordance with the official (latest) specifications. The lexers are implemented using buffer.Lexer in https://github.com/tdewolff/parse/buffer and the parsers work on top of the lexers. Some subpackages have hashes defined (using Hasher) that speed up common byte-slice comparisons.
67 lines
3.4 KiB
Text
67 lines
3.4 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:42:16 ryoon Exp $
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/buffer.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/css.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/html.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/js.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/json.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/strconv.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/svg.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/tdewolff/parse/xml.a
|
|
gopkg/src/github.com/tdewolff/parse/LICENSE.md
|
|
gopkg/src/github.com/tdewolff/parse/README.md
|
|
gopkg/src/github.com/tdewolff/parse/buffer/buffer.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/lexer.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/lexer_test.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/reader.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/reader_test.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/streamlexer.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/streamlexer_test.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/writer.go
|
|
gopkg/src/github.com/tdewolff/parse/buffer/writer_test.go
|
|
gopkg/src/github.com/tdewolff/parse/common.go
|
|
gopkg/src/github.com/tdewolff/parse/common_test.go
|
|
gopkg/src/github.com/tdewolff/parse/css/README.md
|
|
gopkg/src/github.com/tdewolff/parse/css/hash.go
|
|
gopkg/src/github.com/tdewolff/parse/css/hash_test.go
|
|
gopkg/src/github.com/tdewolff/parse/css/lex.go
|
|
gopkg/src/github.com/tdewolff/parse/css/lex_test.go
|
|
gopkg/src/github.com/tdewolff/parse/css/parse.go
|
|
gopkg/src/github.com/tdewolff/parse/css/parse_test.go
|
|
gopkg/src/github.com/tdewolff/parse/css/util.go
|
|
gopkg/src/github.com/tdewolff/parse/css/util_test.go
|
|
gopkg/src/github.com/tdewolff/parse/error.go
|
|
gopkg/src/github.com/tdewolff/parse/go.mod
|
|
gopkg/src/github.com/tdewolff/parse/go.sum
|
|
gopkg/src/github.com/tdewolff/parse/html/README.md
|
|
gopkg/src/github.com/tdewolff/parse/html/hash.go
|
|
gopkg/src/github.com/tdewolff/parse/html/hash_test.go
|
|
gopkg/src/github.com/tdewolff/parse/html/lex.go
|
|
gopkg/src/github.com/tdewolff/parse/html/lex_test.go
|
|
gopkg/src/github.com/tdewolff/parse/html/util.go
|
|
gopkg/src/github.com/tdewolff/parse/html/util_test.go
|
|
gopkg/src/github.com/tdewolff/parse/js/README.md
|
|
gopkg/src/github.com/tdewolff/parse/js/hash.go
|
|
gopkg/src/github.com/tdewolff/parse/js/hash_test.go
|
|
gopkg/src/github.com/tdewolff/parse/js/lex.go
|
|
gopkg/src/github.com/tdewolff/parse/js/lex_test.go
|
|
gopkg/src/github.com/tdewolff/parse/json/README.md
|
|
gopkg/src/github.com/tdewolff/parse/json/parse.go
|
|
gopkg/src/github.com/tdewolff/parse/json/parse_test.go
|
|
gopkg/src/github.com/tdewolff/parse/position.go
|
|
gopkg/src/github.com/tdewolff/parse/position_test.go
|
|
gopkg/src/github.com/tdewolff/parse/strconv/float.go
|
|
gopkg/src/github.com/tdewolff/parse/strconv/float_test.go
|
|
gopkg/src/github.com/tdewolff/parse/strconv/int.go
|
|
gopkg/src/github.com/tdewolff/parse/strconv/int_test.go
|
|
gopkg/src/github.com/tdewolff/parse/strconv/price.go
|
|
gopkg/src/github.com/tdewolff/parse/strconv/price_test.go
|
|
gopkg/src/github.com/tdewolff/parse/svg/hash.go
|
|
gopkg/src/github.com/tdewolff/parse/svg/hash_test.go
|
|
gopkg/src/github.com/tdewolff/parse/util.go
|
|
gopkg/src/github.com/tdewolff/parse/util_test.go
|
|
gopkg/src/github.com/tdewolff/parse/xml/README.md
|
|
gopkg/src/github.com/tdewolff/parse/xml/lex.go
|
|
gopkg/src/github.com/tdewolff/parse/xml/lex_test.go
|
|
gopkg/src/github.com/tdewolff/parse/xml/util.go
|
|
gopkg/src/github.com/tdewolff/parse/xml/util_test.go
|