pluick
Results
1
issues of
pluick
I'm noticing a misparse when a #define is preceded by a space. #define MACRO_STUB #define MACRO x yields this parse: `(translation_unit (preproc_def name: (identifier)) (preproc_def name: (identifier) value: (preproc_arg)))` but...
bug