akimd / bison

GNU Bison
GNU General Public License v3.0
332 stars 89 forks source link

How to make the glr parser support multi-threading. #106

Open JavinYang opened 11 months ago

JavinYang commented 11 months ago

I am using glr, but it does not support "%define api.pure full". I don't understand why this is not supported. Can I make global variables thread-local to enable multi-threading support in glr? Are there any other ways to make glr support multi-threading?