mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-28 14:11:33 +00:00
Improve flattening (#69)
This commit is contained in:
@ -30,7 +30,3 @@ pub mod tests;
|
||||
pub use self::air_parser::parse;
|
||||
pub use air::AIRParser;
|
||||
pub use lexer::AIRLexer;
|
||||
|
||||
fn into_variable_and_path(str: &str, pos: usize) -> (&str, &str) {
|
||||
(&str[0..pos], &str[pos + 1..])
|
||||
}
|
||||
|
Reference in New Issue
Block a user