fix(argus-parser): correctly type variables under relationals
Also accept unicode symbols for temporal operations
This commit is contained in:
parent
f6b26b61ab
commit
1b3512543e
3 changed files with 25 additions and 9 deletions
|
|
@ -23,7 +23,7 @@ fn main() {
|
|||
.with_color(Color::Yellow)
|
||||
}))
|
||||
.finish()
|
||||
.print(sources([(src.clone(), src.clone())]))
|
||||
.eprint(sources([(src.clone(), src.clone())]))
|
||||
.unwrap()
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue