Apitax / Scriptax

Scriptax is a general purpose, automation first language used to quickly script together automation.
GNU General Public License v3.0
2 stars 0 forks source link

Refactor Expressions to Remove Ambiguity #26

Closed ShawnClake closed 5 years ago

ShawnClake commented 5 years ago

I'm not convinced this is necessary as Antlr picks the first matching rule and uses it. That means, as long as the rules are in the correct order, there is no possibility for ambiguity.