forked from Orchid/orchid
Added directfs
Added a very rudimentary file I/O system suitable for experimenting with the language further. A better one will be designed when we have sensible error management.
This commit is contained in:
@@ -11,6 +11,7 @@ use crate::Sym;
|
||||
|
||||
/// Ensure that the rule's source begins and ends with a vectorial without
|
||||
/// changing its meaning
|
||||
#[must_use]
|
||||
fn pad(mut rule: Rule<Sym>, i: &Interner) -> Rule<Sym> {
|
||||
let class: PHClass = PHClass::Vec { nonzero: false, prio: 0 };
|
||||
let empty: &[Expr<Sym>] = &[];
|
||||
|
||||
Reference in New Issue
Block a user