xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/
This commit is contained in:
parent
1c90ce2f10
commit
9695a1ca75
20 changed files with 23 additions and 958 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