> Does infix engine support unary operator? Like parsing the condition in > Fortran: > > .not. flag > > since currently I am using one expression rule for all the expression > parsing, including logical condition (maybe this is not a good idea?).
Why don't you roll the unary ops into your terms? (term op term) k
