labs-lang / labs

LAbS: a Language with Attribute-based Stigmergies - Parser + Code generator
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Fix parentheses parsing #15

Open lou1306 opened 5 years ago

lou1306 commented 5 years ago

In some cases the parser incorrectly processes parentheses. For instance, it might use the paction parser on a guard.

This is likely due to

To do: find a minimal, correct specification file such that the parser fails.