add: ffi node api for other languages

- WIP xml script parser

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-05-25 08:17:43 +07:00
parent 21984bdfba
commit 8a98f29c9d
23 changed files with 2591 additions and 279 deletions

View file

@ -1 +1,6 @@
pub mod ast;
pub mod codegen;
pub mod error;
pub mod ffi_node;
pub mod node;
pub mod parser;