Universal lexer for Golang
Find a file
Alexander Kiryukhin 521e6da1f6
Added JSON example
2021-03-07 23:44:10 +03:00
example Added JSON example 2021-03-07 23:44:10 +03:00
go.mod Initial 2021-03-06 22:30:32 +03:00
lexem.go Initial 2021-03-06 22:30:32 +03:00
lexer.go Initial 2021-03-06 22:30:32 +03:00
README.md Create README.md 2021-03-06 22:35:10 +03:00
scanners.go Added quoted string scanner 2021-03-07 01:32:29 +03:00
scanners_test.go Added quoted string scanner 2021-03-07 01:32:29 +03:00
statefunc.go Initial 2021-03-06 22:30:32 +03:00

UniLex

Universal lexer for Golang

Based on Rob Pike's awesome video Lexical Scanning in Go

TODO: Write brief documentation. For now - watch video and /examples directory.