From 690034ca8abcd931e2fb6bb8129450deee701179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 28 Jun 2022 23:46:08 +0200 Subject: Major work on c parser. --- module/c/operators.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/c/operators.scm') diff --git a/module/c/operators.scm b/module/c/operators.scm index ab1b3e7c..131c702c 100644 --- a/module/c/operators.scm +++ b/module/c/operators.scm @@ -9,6 +9,7 @@ `(+ - * / & ,(symbol #\|) ^ << >> % < > =)) ;; apparently part of C +;; https://en.cppreference.com/w/cpp/language/operator_alternative (define wordy-binary-operators '(bitand and_eq and bitor or_eq or xor_eq xor)) -- cgit v1.2.3