1 2 3 4 5 6 7 8 9 10 11
// Copyright (c) The Diem Core Contributors
// Copyright (c) The Move Contributors
// SPDX-License-Identifier: Apache-2.0
extern crate log;
pub mod compiler;
mod context;
pub mod parser;
// Unit tests for this crate are in the parent "compiler" crate.