aMarCruz / jscc

Tiny and powerful preprocessor for conditional comments and replacement of compile-time variables in text files
MIT License
52 stars 8 forks source link

Update getExpr to account for an elif comment block #14

Open inc0der opened 3 months ago

inc0der commented 3 months ago

This will fix the problem with using #elif as a comment block, like // #elif _CONDITION */ where the */ would crash the parser.