Menu

#104 FSIO: "normal" into Reverse Polish Notation online converter

Phase 0
open
nobody
None
2016-01-27
2014-10-10
Andrey B
No

Discussion

  • Andrey B

    Andrey B - 2014-11-16

    current state of BracerParser:
    See for example testSimpleBoolean
    true > false
    and
    (true > false)
    are expected behavior: operand, operand, operation
    1, 0, >

    but
    (rpm > false)
    is not - the variable drives it crazy
    I want it to be
    rpm false, >
    and not
    0, >, rpm
    as it is

    See BracerParser
    See BracerParserTest

     

    Last edit: Andrey B 2016-01-27
  • Andrey B

    Andrey B - 2016-01-27
    • summary: "normal" into Reverse Polish Notation online converter --> FSIO: "normal" into Reverse Polish Notation online converter
     
  • Andrey B

    Andrey B - 2016-01-27
     

Log in to post a comment.

MongoDB Logo MongoDB