Adapt eval code to changes

These changes include the new file representation and Files API as well
as the codespan error reporting.
This commit is contained in:
Joscha 2022-01-02 15:05:37 +01:00
parent 810ec67cf7
commit 8ae691bc3c
8 changed files with 238 additions and 215 deletions

View file

@ -4,7 +4,7 @@
#![warn(clippy::use_self)]
mod cli;
// mod eval;
mod eval;
mod files;
fn main() {