xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/
This commit is contained in:
parent
dc530ea9d8
commit
ab61cddb6b
41 changed files with 550 additions and 111 deletions
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
#include "expression2_register_facets.hpp"
|
||||
|
||||
#include <xo/expression2/UniqueString.hpp>
|
||||
|
||||
#include <xo/expression2/detail/IExpression_DVariable.hpp>
|
||||
#include <xo/expression2/detail/IGCObject_DVariable.hpp>
|
||||
#include <xo/expression2/detail/IPrintable_DVariable.hpp>
|
||||
|
|
@ -43,9 +41,6 @@ namespace xo {
|
|||
{
|
||||
scope log(XO_DEBUG(true));
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DUniqueString>();
|
||||
FacetRegistry::register_impl<APrintable, DUniqueString>();
|
||||
|
||||
// Expression
|
||||
// +- Constant
|
||||
// +- Variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue