You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ expression evaluator (lexer, parser, RPN evaluator) built five different ways to compare designs: big if-statement, polymorphic operand, polymorphic operator, double dispatch, and lookup table.