Skip to content

Commit

Permalink
aslt: quote ident names
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Mar 12, 2024
1 parent be30167 commit 9fb83cc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion libASL/asl.ott
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ ident :: '' ::= {{ phantom }}
{{ ocaml ident }}
{{ com Identifier }}
{{ pp l = PPrint.string (pprint_ident l) }}
{{ pp-raw l = PPrint.string (pprint_ident l) }}
{{ pp-raw l = PPrint.string ("\"" ^ pprint_ident l ^ "\"") }}
| id :: :: Ident {{ ocaml Ident [[id]] }}

typeident :: '' ::= {{ phantom }}
Expand Down
Loading

0 comments on commit 9fb83cc

Please sign in to comment.