Universal lexer for Golang
Find a file
2021-03-10 00:47:58 +03:00
example Push/pop state, full json example 2021-03-10 00:47:58 +03:00
go.mod Initial 2021-03-06 22:30:32 +03:00
lexem.go Push/pop state, full json example 2021-03-10 00:47:58 +03:00
lexer.go Push/pop state, full json example 2021-03-10 00:47:58 +03:00
README.md Push/pop state, full json example 2021-03-10 00:47:58 +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 Push/pop state, full json example 2021-03-10 00:47:58 +03:00

UniLex

Universal lexer for Golang

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

Examples: /examples directory.