diff options
Diffstat (limited to '')
| -rw-r--r-- | states.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/states.go b/states.go new file mode 100644 index 0000000..6b75a7b --- /dev/null +++ b/states.go @@ -0,0 +1,3 @@ +package lex + +type StateFunc func(l *Lexer) StateFunc |
