Add transpiler

This commit is contained in:
Shunsuke Shibayama 2022-11-18 11:02:30 +09:00
parent 07c62de125
commit bc6d401aec
4 changed files with 242 additions and 0 deletions

View file

@ -21,5 +21,6 @@ pub mod mod_cache;
pub mod optimize;
pub mod ownercheck;
pub mod reorder;
pub mod transpile;
pub mod ty;
pub mod varinfo;