xo-interpreter: handle define-expressions.
This commit is contained in:
parent
f98d1345d3
commit
fb5c43dc85
16 changed files with 523 additions and 53 deletions
|
|
@ -5,9 +5,11 @@
|
|||
int
|
||||
main(int argc, char ** argv)
|
||||
{
|
||||
using xo::log_level;
|
||||
using xo::scm::Schematika;
|
||||
|
||||
Schematika::Config cfg;
|
||||
cfg.vsm_log_level_ = log_level::verbose;
|
||||
Schematika scm = Schematika::make(cfg);
|
||||
|
||||
scm.interactive_repl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue