mbeddr / mbeddr.core

The mbeddr core. An extensible C
Eclipse Public License 2.0
224 stars 77 forks source link

Operator precedence broken #33

Closed bkolb closed 12 years ago

bkolb commented 12 years ago

If I am typing ++phase->metrology.dot_prod.sample_count

left to right

the result should be ++(phase->metrology.dot_prod.sample_count)

This is nto the case

markusvoelter commented 12 years ago

are you sure that the one you want is correct wrt. to C?

markusvoelter commented 12 years ago

I cannot reproduce that. The result is what you say it should be!

markusvoelter commented 12 years ago

closing as invalid. reopen if I am wrong.