blob: 83c2eaba04e4c771c17f3d197204f0ef60762071 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#![deny(warnings)]
pub mod ast;
pub mod codegen;