Skip to content

Commit

Permalink
rebuild parsers for menhir 20190626 for all versions of OCaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Bour authored and let-def committed Jul 2, 2019
1 parent e7d5e60 commit e857af8
Show file tree
Hide file tree
Showing 21 changed files with 22,870 additions and 16,497 deletions.
1 change: 1 addition & 0 deletions src/ocaml/preprocess/402/parser_printer.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
open Parser_raw


let string_of_STRING = function
| s, Some s' -> Printf.sprintf "STRING(%S,%S)" s s'
| s, None -> Printf.sprintf "STRING(%S)" s
Expand Down
Loading

0 comments on commit e857af8

Please sign in to comment.