Skip to content

Commit

Permalink
remove bareStringLit
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jun 21, 2024
1 parent 2382e89 commit fc8f83b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libASL/asl.ott
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ metavar realLit ::= {{ ocaml string }} {{ ocamllex ['0'-'9']+ '.' ['0'-'9']+
metavar hexLit ::= {{ ocaml string }} {{ ocamllex '0''x'['0'-'9' 'A' - 'F' 'a'-'f' '_']+ }}
metavar stringLit ::= {{ ocaml string }} {{ ocamllex '"' [^'"']* '"' }} {{ phantom }}
{{ pp x = string ("\"" ^ x ^ "\"") }}
metavar bareStringLit ::= {{ ocaml string }} {{ ocamllex [^'\n']+ }} {{ phantom }}

indexvar i, m, n ::= {{ ocaml int }}

Expand Down

0 comments on commit fc8f83b

Please sign in to comment.