Click to See Complete Forum and Search --> : Where is the lex&yacc supporting multi-threading?


reverse
April 12th, 1999, 02:06 AM
The lex & yacc don't support multi-thread safe code generating?
The code generated by lex and yacc can't be used by COM programming.
Because COM object is operated as multi-threading.
Both generated code use global variables.
They conflict with each other.

Is there a good solution?


A programmer who loves Goethe.