package p4pp
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Source file prelexer.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
# 15 "lib/prelexer.mll" open Lexing exception Error of string let buf = Buffer.create 10_000 let filename = ref "" let emit_line = ref 0 let real_line = ref 0 let reset fn = filename := fn; emit_line := 1; real_line := 1; Buffer.reset buf let emit s = Buffer.add_string buf s let emit_newline () = incr (emit_line); incr (real_line); Buffer.add_string buf "\n"; if !real_line <> !emit_line then begin emit_line := !real_line; Buffer.add_string buf (Printf.sprintf "#line %d \"%s\"\n" (!real_line) (!filename)) end let hide_newline () = incr real_line # 39 "lib/prelexer.ml" let __ocaml_lex_tables = { Lexing.lex_base = "\000\000\249\255\250\255\251\255\001\000\253\255\001\000\254\255\ \255\255\252\255\002\000\251\255\252\255\001\000\254\255\255\255\ \253\255\003\000\252\255\253\255\254\255\002\000\255\255\004\000\ \253\255\254\255\255\255"; Lexing.lex_backtrk = "\255\255\255\255\255\255\255\255\006\000\255\255\006\000\255\255\ \255\255\255\255\255\255\255\255\255\255\004\000\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\002\000\255\255\255\255\ \255\255\255\255\255\255"; Lexing.lex_default = "\001\000\000\000\000\000\000\000\255\255\000\000\255\255\000\000\ \000\000\000\000\011\000\000\000\000\000\255\255\000\000\000\000\ \000\000\019\000\000\000\000\000\000\000\255\255\000\000\024\000\ \000\000\000\000\000\000"; Lexing.lex_trans = "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\003\000\009\000\014\000\020\000\026\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\005\000\016\000\012\000\000\000\000\000\000\000\ \000\000\000\000\000\000\008\000\000\000\021\000\000\000\006\000\ \007\000\022\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\004\000\000\000\013\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \002\000\000\000\015\000\018\000\025\000"; Lexing.lex_check = "\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\000\000\004\000\010\000\017\000\023\000\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\000\000\013\000\010\000\255\255\255\255\255\255\ \255\255\255\255\255\255\006\000\255\255\017\000\255\255\000\000\ \006\000\021\000\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\000\000\255\255\010\000\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \000\000\255\255\010\000\017\000\023\000"; Lexing.lex_base_code = ""; Lexing.lex_backtrk_code = ""; Lexing.lex_default_code = ""; Lexing.lex_trans_code = ""; Lexing.lex_check_code = ""; Lexing.lex_code = ""; } let rec lex lexbuf = __ocaml_lex_lex_rec lexbuf 0 and __ocaml_lex_lex_rec lexbuf __ocaml_lex_state = match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with | 0 -> # 56 "lib/prelexer.mll" ( multiline_comment lexbuf; lex lexbuf ) # 145 "lib/prelexer.ml" | 1 -> # 58 "lib/prelexer.mll" ( singleline_comment lexbuf; emit_newline (); lex lexbuf ) # 150 "lib/prelexer.ml" | 2 -> # 60 "lib/prelexer.mll" ( emit (lexeme lexbuf); string lexbuf ) # 155 "lib/prelexer.ml" | 3 -> # 62 "lib/prelexer.mll" ( lex lexbuf) # 160 "lib/prelexer.ml" | 4 -> # 64 "lib/prelexer.mll" ( emit_newline (); lex lexbuf ) # 165 "lib/prelexer.ml" | 5 -> # 66 "lib/prelexer.mll" ( Buffer.contents buf ) # 170 "lib/prelexer.ml" | 6 -> # 68 "lib/prelexer.mll" ( emit (lexeme lexbuf); lex lexbuf ) # 175 "lib/prelexer.ml" | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf; __ocaml_lex_lex_rec lexbuf __ocaml_lex_state and string lexbuf = __ocaml_lex_string_rec lexbuf 10 and __ocaml_lex_string_rec lexbuf __ocaml_lex_state = match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with | 0 -> # 72 "lib/prelexer.mll" ( raise (Error "EOF in string literal" ) ) # 187 "lib/prelexer.ml" | 1 -> # 74 "lib/prelexer.mll" ( raise (Error "newline in string literal") ) # 192 "lib/prelexer.ml" | 2 -> # 76 "lib/prelexer.mll" ( emit (lexeme lexbuf); string lexbuf ) # 197 "lib/prelexer.ml" | 3 -> # 78 "lib/prelexer.mll" ( emit (lexeme lexbuf); lex lexbuf ) # 202 "lib/prelexer.ml" | 4 -> # 80 "lib/prelexer.mll" ( emit (lexeme lexbuf); string lexbuf ) # 207 "lib/prelexer.ml" | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf; __ocaml_lex_string_rec lexbuf __ocaml_lex_state and multiline_comment lexbuf = __ocaml_lex_multiline_comment_rec lexbuf 17 and __ocaml_lex_multiline_comment_rec lexbuf __ocaml_lex_state = match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with | 0 -> # 84 "lib/prelexer.mll" ( emit " " ) # 219 "lib/prelexer.ml" | 1 -> # 85 "lib/prelexer.mll" ( hide_newline (); multiline_comment lexbuf ) # 224 "lib/prelexer.ml" | 2 -> # 86 "lib/prelexer.mll" ( multiline_comment lexbuf ) # 229 "lib/prelexer.ml" | 3 -> # 87 "lib/prelexer.mll" ( failwith "unterminated comment" ) # 234 "lib/prelexer.ml" | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf; __ocaml_lex_multiline_comment_rec lexbuf __ocaml_lex_state and singleline_comment lexbuf = __ocaml_lex_singleline_comment_rec lexbuf 23 and __ocaml_lex_singleline_comment_rec lexbuf __ocaml_lex_state = match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with | 0 -> # 91 "lib/prelexer.mll" ( () ) # 246 "lib/prelexer.ml" | 1 -> # 92 "lib/prelexer.mll" ( () ) # 251 "lib/prelexer.ml" | 2 -> # 93 "lib/prelexer.mll" ( singleline_comment lexbuf ) # 256 "lib/prelexer.ml" | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf; __ocaml_lex_singleline_comment_rec lexbuf __ocaml_lex_state ;; # 95 "lib/prelexer.mll" # 267 "lib/prelexer.ml"