A lot of stuff I'm not gonna enumerate

rule fundamentals
This commit is contained in:
2022-07-06 20:13:13 +02:00
parent 49aa73956c
commit ec7ad81fac
21 changed files with 483 additions and 420 deletions

View File

@@ -3,7 +3,7 @@ use thiserror::Error;
use crate::utils::Substack;
use crate::{Expr, Clause, Literal};
use crate::expression::{Expr, Clause};
type ImportMap = HashMap<String, Vec<String>>;