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:
parent
810ec67cf7
commit
8ae691bc3c
8 changed files with 238 additions and 215 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#![warn(clippy::use_self)]
|
||||
|
||||
mod cli;
|
||||
// mod eval;
|
||||
mod eval;
|
||||
mod files;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue