aboutsummaryrefslogtreecommitdiff
path: root/module/c/operators.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-28 23:46:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:17:22 +0200
commit690034ca8abcd931e2fb6bb8129450deee701179 (patch)
treeb9b1fc396dcab97b6c08de71e89e8d985fdb93bd /module/c/operators.scm
parentJS user addition for parsing Microsoft Teams links. (diff)
downloadcalp-690034ca8abcd931e2fb6bb8129450deee701179.tar.gz
calp-690034ca8abcd931e2fb6bb8129450deee701179.tar.xz
Major work on c parser.
Diffstat (limited to 'module/c/operators.scm')
-rw-r--r--module/c/operators.scm1
1 files changed, 1 insertions, 0 deletions
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))