From 7ace8d7f94e985fa4d229e506ec4e83b38ceb1a8 Mon Sep 17 00:00:00 2001 From: Laine Taffin Altman Date: Thu, 4 Jan 2024 13:05:29 -0800 Subject: [PATCH] =?UTF-8?q?tokenize.jl:=20=20don=E2=80=98t=20hardcode=20un?= =?UTF-8?q?icode=20ops=20range?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tokenize.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokenize.jl b/src/tokenize.jl index 9c19c040..0fb0d72b 100644 --- a/src/tokenize.jl +++ b/src/tokenize.jl @@ -171,7 +171,7 @@ function optakessuffix(k) k == K"!" || k == K".'" || k == K"->" || - K"¬" <= k <= K"∜" + K"BEGIN_UNICODE_OPS" <= k <= K"END_UNICODE_OPS" ) end