xo-interpreter: apply expressions + llvm builtins working!
This commit is contained in:
parent
7ca1366bec
commit
1d1e72adf3
31 changed files with 531 additions and 50 deletions
|
|
@ -9,6 +9,7 @@ main(int argc, char ** argv)
|
|||
using xo::scm::Schematika;
|
||||
|
||||
Schematika::Config cfg;
|
||||
cfg.debug_flag = true;
|
||||
cfg.vsm_log_level_ = log_level::verbose;
|
||||
Schematika scm = Schematika::make(cfg);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue