xo-reader: fix hardwired debug flag
This commit is contained in:
parent
68bc2bb54c
commit
628fcc44a1
7 changed files with 20 additions and 15 deletions
|
|
@ -80,6 +80,8 @@ namespace xo {
|
|||
public:
|
||||
explicit reader(bool debug_flag);
|
||||
|
||||
bool debug_flag() const { return parser_.debug_flag(); }
|
||||
|
||||
/** call once before calling .read_expr()
|
||||
* for a new interactive session
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue