blob: a9ebf1b1e76eb790d45008a74d4f5dc1a0873d92 [file] [log] [blame]
// Copyright 2019 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)]
use crate::parser::Rule;
pub mod ast;
pub mod backends;
pub mod fidl;
pub mod parser;