fix(argus-parser): correctly type variables under relationals

Also accept unicode symbols for temporal operations
This commit is contained in:
Anand Balakrishnan 2023-10-04 14:36:47 -07:00
parent f6b26b61ab
commit 1b3512543e
3 changed files with 25 additions and 9 deletions

View file

@ -23,7 +23,7 @@ fn main() {
.with_color(Color::Yellow)
}))
.finish()
.print(sources([(src.clone(), src.clone())]))
.eprint(sources([(src.clone(), src.clone())]))
.unwrap()
});
}