Skip to content

Commit

Permalink
update to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Oct 12, 2023
1 parent 9547d65 commit 594e1a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/src_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ impl SrcTree {

const BUILTIN_TYPES: &[&str] = &[
// types
"i64", "f64", "Map", "Rational", "String",
"Unit", "bool", "i64", "f64", "Map", "Rational", "String",
];
const BUILTIN: &[&str] = &[
// functions
Expand Down Expand Up @@ -514,7 +514,6 @@ impl SrcTree {
"let",
"run",
"simplify",
"add-ruleset",
"calc",
"query-extract",
"check",
Expand All @@ -523,7 +522,7 @@ impl SrcTree {
"print-stats",
"push",
"pop",
"print-table",
"print-function",
"print-size",
"input",
"output",
Expand Down

0 comments on commit 594e1a6

Please sign in to comment.