ridiculousfish / cdecl-blocks

The venerable cdecl, with Apple blocks support
977 stars 75 forks source link

cannot parse `int declare;` #34

Closed 00001H closed 1 year ago

00001H commented 2 years ago

int declare; is perfectly valid C++ code but the parser fails, saying "syntax error". Also fails on declare declare as int The parser should accept declare as an identifier.