Phase 12.7: Nyash文法革命とANCP 90%圧縮技法の発見 - 文法改革完了とFunctionBox実装
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
|
||||
#![cfg(all(feature = "plugins", not(target_arch = "wasm32")))]
|
||||
|
||||
use nyash_rust::parser::NyashParser;
|
||||
@ -48,4 +49,3 @@ v
|
||||
let result = interpreter2.execute(ast2).expect("exec2");
|
||||
assert_eq!(result.to_string_box().value, "0");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user