Worked out the post fix operator issue, I think. Just realised that I forgot to tag...
commit31ff2e1a51bab1e59f2a5962bac658fdc382346b
authorbinrapt <binrapt@ethnic.atheist.invalid>
Fri, 16 Oct 2009 18:43:41 +0000 (16 20:43 +0200)
committerbinrapt <binrapt@ethnic.atheist.invalid>
Fri, 16 Oct 2009 18:43:41 +0000 (16 20:43 +0200)
tree24d29a60042b7870c9cb9163e74657d633bf5ab2
parent59823ab9f20a21d32eaa6bf8cff5250d15a46fe3
Worked out the post fix operator issue, I think. Just realised that I forgot to tag the used operators in the operator resolution. Trying to work out something to solve that right now.
fridh/function.hpp
fridh/lexer.hpp
fridh/parser.hpp
interpreter/function.cpp
lexer/group.cpp
parser/operator.cpp
parser/statement.cpp