* Moved the mapm library from src/apps/deskcalc to src/libs and headers/libs.

* Moved the ExpressionParser class to shared. It's now built into its own
  static library.
* Added hexadecimal number support to the expression parser as well as
  Evaluation*() methods to get a number instead of a string.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31298 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-06-28 17:10:40 +00:00
parent aa6b2770fc
commit 59d799dabc
47 changed files with 118 additions and 55 deletions
+2 -1
View File
@@ -35,9 +35,10 @@
#include <Region.h>
#include <Roster.h>
#include <ExpressionParser.h>
#include "CalcApplication.h"
#include "CalcOptions.h"
#include "ExpressionParser.h"
#include "ExpressionTextView.h"