]> git.tdb.fi Git - libs/gl.git/commitdiff
Ignore precedence for prefix operators
authorMikko Rasa <tdb@tdb.fi>
Fri, 5 Mar 2021 22:33:44 +0000 (00:33 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 5 Mar 2021 23:00:31 +0000 (01:00 +0200)
Since the operator appears at the start of an expression or after another
operator, there's no way for it to bind to anything but whatever follows.
This fixes a bug where chained prefix operators were not recognized.


No differences found