mirror of
https://github.com/rm-dr/daisy
synced 2025-11-27 02:31:37 -08: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