xo-interpreter: handle define-expressions.

This commit is contained in:
Roland Conybeare 2025-11-24 18:01:24 -05:00
commit fb5c43dc85
16 changed files with 523 additions and 53 deletions

View file

@ -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();