Traditional route appears to work

Beginnings of dylib extensions, entirely untestted
This commit is contained in:
2026-01-12 01:38:10 +01:00
parent 32d6237dc5
commit 1a7230ce9b
40 changed files with 1560 additions and 1135 deletions

View File

@@ -3,11 +3,13 @@ use orchid_api as api;
pub mod atom;
pub mod ctx;
pub mod dealias;
pub mod dylib;
pub mod execute;
pub mod expr;
pub mod expr_store;
pub mod extension;
pub mod lex;
pub mod logger;
pub mod parse;
pub mod parsed;
pub mod subprocess;