xo-reader: + pretty-printing support [WIP]
This commit is contained in:
parent
ca4181a822
commit
495d8cd44a
18 changed files with 84 additions and 21 deletions
|
|
@ -214,6 +214,13 @@ namespace xo {
|
|||
return os;
|
||||
};
|
||||
} /*namespace scm*/
|
||||
|
||||
#ifndef ppdetail_atomic
|
||||
namespace print {
|
||||
PPDETAIL_ATOMIC(xo::scm::exprstatetype);
|
||||
PPDETAIL_ATOMIC(xo::scm::exprstate);
|
||||
} /*namespace print*/
|
||||
#endif
|
||||
} /*namespace xo*/
|
||||
|
||||
/** end exprstate.hpp **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue