[haiku-commits] Re: haiku: hrev48116 - src/apps/debugger/source_language/expression_evaluators

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 27 Oct 2014 10:12:33 +0100

On 27.10.2014 04:46, anevilyak@xxxxxxxxx wrote:
31b213c: Debugger: Implement evaluation of logical operators.

   - CLanguageExpressionEvaluator now handles all the basic logical
     comparison operators. Bitwise operators still to come, as some
     of those may possibly require modifications to the MAPM library.

I'm not sure whether it makes that much sense to use the MAPM library in debugger at all. I'd use the primitive integer and floating point types available in C++ -- also to get the same behavior (like overflows). That means some kind of number class also dealing with the typing is needed for the expression evaluator, replacing the MAPM type.

CU, Ingo



Other related posts: