Skip to content

Commit

Permalink
changed name of added guards for rules
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Feb 13, 2025
1 parent 8c818c7 commit c27758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/grammar/cst.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(******************************************************************************)

let add_working_set_guard guard k =
let guard_name = "@ws-rule-" ^ string_of_int k in
let guard_name = "@rule-" ^ string_of_int k in
let guard_param = LKappa.Param guard_name in
match guard with
| None -> Some guard_param
Expand Down

0 comments on commit c27758c

Please sign in to comment.