Skip to content

Commit

Permalink
remove bareStringLit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jun 21, 2024
1 parent fc8f83b commit 21aaebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libASL/lexersupport.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ let string_of_token (t: Asl_parser.token): string =
| BAR_BAR -> "barbar"
| BITS -> "bits"
| BITSLIT(x) -> "bin:"^x
| BARESTRINGLIT x -> "bare:"^x
| UNDERSCORE_UNDERSCORE_ARRAY -> "__array"
| UNDERSCORE_UNDERSCORE_BUILTIN -> "__builtin"
| UNDERSCORE_UNDERSCORE_CONDITIONAL -> "__conditional"
Expand Down

0 comments on commit 21aaebf

Please sign in to comment.