antlr / antlr4-lab

A client/server for trying out and learning about ANTLR
MIT License
36 stars 11 forks source link

Examine multi thread safety #38

Closed parrt closed 1 year ago

parrt commented 1 year ago

Off the top of my head it looks like all threads are going to collide and use the same temporary Image file to create parse trees.

parrt commented 1 year ago

As far as I can tell, we're ok. No globals or shared var can interact at this point.