No description
example | ||
go.mod | ||
lexem.go | ||
lexer.go | ||
README.md | ||
scanners.go | ||
scanners_test.go | ||
statefunc.go |
UniLex
Universal lexer for Golang
Based on Rob Pike's awesome video Lexical Scanning in Go
Examples: /examples directory.
example | ||
go.mod | ||
lexem.go | ||
lexer.go | ||
README.md | ||
scanners.go | ||
scanners_test.go | ||
statefunc.go |
Universal lexer for Golang
Based on Rob Pike's awesome video Lexical Scanning in Go
Examples: /examples directory.