xo-reader2: progress+apply works up to lparen introducing formals
This commit is contained in:
parent
40e1fb531d
commit
65d1fd840b
14 changed files with 396 additions and 30 deletions
|
|
@ -17,8 +17,8 @@
|
|||
#include <xo/reader2/ssm/ISyntaxStateMachine_DIfElseSsm.hpp>
|
||||
#include <xo/reader2/ssm/IPrintable_DIfElseSsm.hpp>
|
||||
|
||||
#include <xo/reader2/ssm/IPrintable_DSequenceSsm.hpp>
|
||||
|
||||
#include "ApplySsm.hpp"
|
||||
#include "SequenceSsm.hpp"
|
||||
#include "ParenSsm.hpp"
|
||||
|
||||
#include <xo/reader2/ssm/ISyntaxStateMachine_DExpectFormalArglistSsm.hpp>
|
||||
|
|
@ -67,6 +67,9 @@ namespace xo {
|
|||
FacetRegistry::register_impl<ASyntaxStateMachine, DIfElseSsm>();
|
||||
FacetRegistry::register_impl<APrintable, DIfElseSsm>();
|
||||
|
||||
FacetRegistry::register_impl<APrintable, DApplySsm>();
|
||||
|
||||
FacetRegistry::register_impl<ASyntaxStateMachine, DSequenceSsm>();
|
||||
FacetRegistry::register_impl<APrintable, DSequenceSsm>();
|
||||
|
||||
FacetRegistry::register_impl<ASyntaxStateMachine, DExpectFormalArglistSsm>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue