eudoxia0 / cmacro

Lisp macros for C
881 stars 29 forks source link

Fix non-C operator parsing #20

Closed caffe3 closed 5 months ago

caffe3 commented 5 months ago

$ and @ should not be treated as C operators since they belong to cmacro.

Fixes #11