babel_nar 0.27.1

Implementation and application supports of the NAVM model
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 与NAVM虚拟机的交互逻辑

// 词项判等
mod term_equal;

// 输出预期
mod output_expectation;
pub use output_expectation::*;

// 置入NAL
mod put_nal;
pub use put_nal::*;