Package rfc2234 is an implementation of (parts of) IETF RFC 2234, for the Go programming language.
Go to file
Charles Iliya Krempeaux 49a7ce90ee initial commits 2023-10-04 17:44:31 +09:00
LICENSE initial commits 2023-10-04 17:35:43 +09:00
README.md initial commits 2023-10-04 17:44:31 +09:00
alpha.go initial commits 2023-10-04 17:36:46 +09:00
alpha_test.go initial commits 2023-10-04 17:36:46 +09:00
digit.go initial commits 2023-10-04 17:36:57 +09:00
digit_test.go initial commits 2023-10-04 17:36:57 +09:00
gendelims.go initial commits 2023-10-04 17:37:55 +09:00
gendelims_test.go initial commits 2023-10-04 17:37:55 +09:00
go.mod initial commits 2023-10-04 17:38:41 +09:00
hexdigit.go initial commits 2023-10-04 17:37:18 +09:00
hexdigit_test.go initial commits 2023-10-04 17:37:18 +09:00
reserved.go initial commits 2023-10-04 17:38:18 +09:00
subdelims.go initial commits 2023-10-04 17:37:38 +09:00
subdelims_test.go initial commits 2023-10-04 17:37:38 +09:00

README.md

go-rfc2234

Package rfc2234 is an implementation of (parts of) IETF RFC 2234, for the Go programming language.

Augmented BNF for Syntax Specifications: ABNF (November 1997)
https://datatracker.ietf.org/doc/html/rfc2234

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-rfc2234

GoDoc

Import

To import package rfc2234 use import code like the follownig:

import "sourcecode.social/reiver/go-rfc2234"

Installation

To install package rfc2234 do the following:

GOPROXY=direct https://sourcecode.social/reiver/go-rfc2234

Author

Package rfc2234 was written by Charles Iliya Krempeaux