mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[poincare] Extension strings should not include the dot
This commit is contained in:
@@ -20,9 +20,9 @@ public:
|
||||
void setExpressionForSymbolName(const Expression & expression, const char * symbolName, Context & context) override;
|
||||
//TODO static constexpr uint16_t k_maxNumberOfSequences = 10;
|
||||
private:
|
||||
static constexpr char expExtension[] = ".exp";
|
||||
static constexpr char funcExtension[] = ".func";
|
||||
//static constexpr char seqExtension[] = ".seq";
|
||||
static constexpr char expExtension[] = "exp";
|
||||
static constexpr char funcExtension[] = "func";
|
||||
//static constexpr char seqExtension[] = "seq";
|
||||
static const char * ExtensionForExpression(const Expression & exp);
|
||||
static Ion::Storage::Record RecordWithName(const char * name);
|
||||
static const Expression ExpressionForRecord(const Ion::Storage::Record & record);
|
||||
|
||||
Reference in New Issue
Block a user