1
2
3
4
5
6
7
8
9
10
// Copyright (c) The Diem Core 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.