I’m using strategoxt.jar to access the JSGLR parser. I have many small strings (under 500 characters) that I can parse in parallel.
I tried to call a strategy that parses the string and returns the AST from different threads, but I failed to make it work (think there are some safeguards against this).

What is the best way to make this possible?

Asked by Radu Mereuta on 8 March 2013 at 15:03