| 80 | } |
| 81 | |
| 82 | static inline bool IsOperator(int ch) { |
| 83 | return strchr("%^&*()-+={}[]:;<>,/?!.~|\\", ch) != NULL; |
| 84 | } |
| 85 | |
| 86 | // --------------------------------------------------------------- |
| 87 | // Functions classifying a token currently processed in the lexer. |
no outgoing calls
no test coverage detected