From dc34c9f194ac60c4959cd471bde39705f71e3451 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 21 Oct 2023 02:41:30 +0200 Subject: [PATCH] fmt --- flap/src/hopix/hopixLexer.mll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flap/src/hopix/hopixLexer.mll b/flap/src/hopix/hopixLexer.mll index 072c566..67c82d3 100644 --- a/flap/src/hopix/hopixLexer.mll +++ b/flap/src/hopix/hopixLexer.mll @@ -112,7 +112,7 @@ rule token = parse | '*' { STAR } | ',' { COMMA } | '.' { DOT } - | '\\' {BACKSLASH } + | '\\' { BACKSLASH } | ":=" { ASSIGN } | '!' { EXCLA }