mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps/reg/stats] Share StoreContext
This commit is contained in:
14
apps/shared/store_context.cpp
Normal file
14
apps/shared/store_context.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "store_context.h"
|
||||
#include <poincare/decimal.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
using namespace Poincare;
|
||||
|
||||
namespace Shared {
|
||||
|
||||
void StoreContext::setExpressionForSymbolName(const Expression * expression, const Symbol * symbol, Context & context) {
|
||||
m_parentContext->setExpressionForSymbolName(expression, symbol, context);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user