package
Version:
v0.0.0-...-2688912
Opens a new window with list of versions in this module.
Published: Feb 23, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
lexer
Parser for the ICU project rbnf rule format
The code in the file lexer.go is based on the template lexer of the standard Go distribution:
https://golang.org/src/text/template/parse/lex.go
References:
Documentation
¶
Lexer is a struct for used to parse an input rbnf string into a slice of items
Lex creates a new Lexer for the input string
Result creates the final result (slice of strings)
Run is called to parse the input string into separate items
Source Files
¶
Click to show internal directories.
Click to hide internal directories.