Initial public Omnigraph repository

This commit is contained in:
andrew 2026-04-10 20:49:41 +03:00
commit 338289656a
110 changed files with 60747 additions and 0 deletions

View file

@ -0,0 +1,3 @@
pub mod ast;
pub mod parser;
pub mod typecheck;