summaryrefslogtreecommitdiff
path: root/states.go
diff options
context:
space:
mode:
Diffstat (limited to 'states.go')
-rw-r--r--states.go3
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