From 5a18a66763bcc19de117cb83293d7bd25a0ea10c Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Tue, 3 Oct 2023 18:19:15 +0200 Subject: Switched the keyword from string to a sum type --- lib/qparser/tokens.mly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/qparser/tokens.mly') diff --git a/lib/qparser/tokens.mly b/lib/qparser/tokens.mly index 9ac4b10..a87ce98 100644 --- a/lib/qparser/tokens.mly +++ b/lib/qparser/tokens.mly @@ -38,7 +38,7 @@ %token OBJ %token LOC %token NO -%token KEYWORD +%token KEYWORD %token FUNCTION (* -- cgit v1.2.3