refactor xo::ast -> xo::scm + restore nodef ppdetail_atomic build
This commit is contained in:
parent
9031210375
commit
3c0dffe019
28 changed files with 62 additions and 56 deletions
|
|
@ -19,7 +19,7 @@ namespace xo {
|
|||
};
|
||||
|
||||
struct parser_result {
|
||||
using Expression = xo::ast::Expression;
|
||||
using Expression = xo::scm::Expression;
|
||||
|
||||
public:
|
||||
parser_result() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue