mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-15 00:55:05 +01:00
add support for - input
This commit is contained in:
parent
d0be270de2
commit
2b39ddebb2
8 changed files with 50 additions and 27 deletions
|
|
@ -37,12 +37,11 @@ mod pretty;
|
|||
mod validate;
|
||||
mod visit;
|
||||
|
||||
#[doc(hidden)]
|
||||
pub use custom::help as custom_help;
|
||||
|
||||
use std::fmt::{Debug, Display};
|
||||
|
||||
pub use custom::define_ir_func;
|
||||
#[doc(hidden)]
|
||||
pub use custom::help as custom_help;
|
||||
use either::Either;
|
||||
use parser::{ast, Span, Symbol};
|
||||
pub use pretty::{func_to_string, ir_to_string};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue