Skip to content

Commit

Permalink
Exp to Segment
Browse files Browse the repository at this point in the history
  • Loading branch information
Negabinary committed May 1, 2024
1 parent 4722680 commit 679be52
Show file tree
Hide file tree
Showing 9 changed files with 521 additions and 67 deletions.
2 changes: 1 addition & 1 deletion src/haz3lcore/lang/Form.re
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ let forms: list((string, t)) = [
];

let get: String.t => t =
name => Util.ListUtil.assoc_err(name, forms, "Forms.get");
name => Util.ListUtil.assoc_err(name, forms, "Forms.get : " ++ name);

let delims: list(Token.t) =
forms
Expand Down
1 change: 1 addition & 0 deletions src/haz3lcore/lang/Precedence.re
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let unquote = 1;
let cast = 2;
let ap = 3;
// _____(x)
// - _____
let neg = 4;
// _____ ** 2
let power = 5;
Expand Down
Loading

0 comments on commit 679be52

Please sign in to comment.