Closed da-h closed 5 years ago
Adding %option reentrant results in same errors as in this thread: https://stackoverflow.com/questions/2634998/writing-re-entrant-lexer-with-flex
%option reentrant
However, it would be nice to make the parser thread-safe.
Interesting!
What needs to be done besides 5ded6f5ffc9a9037878dda5cbd4ed14eef68b50f?
Indeed, it IS done!
Adding
%option reentrant
results in same errors as in this thread: https://stackoverflow.com/questions/2634998/writing-re-entrant-lexer-with-flexHowever, it would be nice to make the parser thread-safe.