Move deprecated functions into separate file.

This commit is contained in:
Stephen Chung
2021-08-06 14:46:30 +08:00
parent 180ad77224
commit 06f217d526
4 changed files with 144 additions and 125 deletions

View File

@@ -71,6 +71,7 @@ use std::prelude::v1::*;
mod ast;
mod custom_syntax;
mod deprecated;
mod dynamic;
mod engine;
mod engine_api;