From 8a451b0269d2d25229463ee72f946860b3edf87d Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 12 Feb 2026 22:59:29 +0300 Subject: =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9?= =?UTF-8?q?=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- states.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 states.go (limited to 'states.go') 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 -- cgit v1.2.3