summaryrefslogtreecommitdiff
path: root/states.go
diff options
context:
space:
mode:
author2026-02-12 22:59:29 +0300
committer2026-02-12 23:19:54 +0300
commit8a451b0269d2d25229463ee72f946860b3edf87d (patch)
tree35fb7a1ab772157853eb701ce1ac2d7125960ee9 /states.go
downloadlex-master.tar.gz
lex-master.tar.bz2
lex-master.tar.xz
lex-master.zip
Начальный релизHEADv0.0.1master
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