Renamed token and pretoken

This commit is contained in:
2023-06-16 12:58:06 -07:00
parent 081dc1b7ab
commit 1495dcd561
17 changed files with 280 additions and 281 deletions

View File

@ -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();