From 94a86fc0c44e363d198a4c68159c415707ba42fd Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Mon, 29 Nov 2021 20:41:33 +0100 Subject: [PATCH] Add comment --- src/operators.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/operators.lua b/src/operators.lua index f1cb3cd..6d96041 100644 --- a/src/operators.lua +++ b/src/operators.lua @@ -1,3 +1,6 @@ +--[[ All source files have to be preprocessed before loading. + This allows implementing custom operators like bitwise ones. ]] + local fmt = string.format local var = "[%w%.%[%]\"\'_]"