* 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:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user