solana_libra_compiler 0.0.0

Solana Libra compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) The Libra Core Contributors
// SPDX-License-Identifier: Apache-2.0

// Needs to be at the top to allow macros defined in here to be used in tests.
#[macro_use]
pub(crate) mod testutils;

mod branch_tests;
mod cfg_tests;
mod expression_tests;
mod function_tests;
mod import_tests;
mod serializer_tests;
mod stdlib_scripts;