mirror of
https://github.com/rm-dr/daisy
synced 2025-08-02 09:44:45 -07:00
Renamed token and pretoken
This commit is contained in:
@ -25,7 +25,7 @@ fn do_expression(
|
||||
stdout: &mut RawTerminal<std::io::Stdout>,
|
||||
s: &String,
|
||||
context: &mut Context
|
||||
) -> Result<parser::Token, ()> {
|
||||
) -> Result<parser::Expression, ()> {
|
||||
#[cfg(debug_assertions)]
|
||||
RawTerminal::suspend_raw_mode(&stdout).unwrap();
|
||||
let g = parser::parse(&s, context);
|
||||
|
Reference in New Issue
Block a user