1
0
mirror of https://github.com/fluencelabs/aquavm synced 2025-07-08 19:11:32 +00:00

Rename Aqua to AIR, move AVM from FCE ()

This commit is contained in:
Mike Voronov
2021-05-10 14:25:34 +03:00
committed by GitHub
parent 0ddc44bf52
commit 2ac0304d3e
123 changed files with 11960 additions and 5487 deletions
.circleci
.github/workflows
.gitignoreCHANGELOG.mdCargo.lockCargo.tomlConfig.tomlREADME.md
air-interpreter
air
avm
crates
air-interpreter-wasm
air-parser
interpreter-interface
test-module
test-utils
npm

@ -1,5 +1,5 @@
// auto-generated: "lalrpop 0.19.5"
// sha3: 77dae23ab83d8f477c2499daf2bf613faf395480197fcef0e8db3bfaf80735c
// sha3: 1cadaaf56b5b5fbe817c11b265260f6264013d92baffb3953cc5e20876491fe
use crate::parser::ast::*;
use crate::parser::air_parser::make_flattened_error;
use crate::parser::ParserError;