mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Renamed token and pretoken
This commit is contained in:
@ -93,7 +93,7 @@ pub fn write(target: &Path) {
|
||||
|
||||
writeln!(file,
|
||||
concat!(
|
||||
"\tpub fn value(&self) -> Token {{\n",
|
||||
"\tpub fn value(&self) -> Expression {{\n",
|
||||
"\t\tmatch self {{"
|
||||
)
|
||||
).unwrap();
|
||||
|
Reference in New Issue
Block a user