package gospel

  1. Overview
  2. Docs

Source file pps.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
# 1 "src/pps.mll"
 
  type t = Ghost of string | Spec of string | Other of string | Spaces of string

  let queue = Queue.create ()
  let buf = Buffer.create 1024

  let clear () = Queue.clear queue

  let push () =
    if Buffer.length buf > 0 then (
      Queue.push (Other (Buffer.contents buf)) queue;
      Buffer.clear buf)

  let rec print = function
  | Ghost g :: Spec s :: l ->
    Fmt.str "[@@@@@@gospel {|%s|}[@@@@gospel {|%s|}]]%s" g s (print l)
  | Ghost g :: Spaces sp :: Spec s :: l ->
    Fmt.str "[@@@@@@gospel {|%s|}%s[@@@@gospel {|%s|}]]%s" g sp s (print l)
  | Ghost g :: l ->
    Fmt.str "[@@@@@@gospel {|%s|}]%s" g (print l)
  | Other o :: Spec s :: l ->
    Fmt.str "%s[@@@@gospel {|%s|}]%s" o s (print l)
  | Spec s :: l ->
    (* FIXME: we could fail right here *)
    Fmt.str "[@@@@gospel {|%s|}]%s" s (print l)
  | Other o :: Spaces sp :: Spec s :: l ->
    Fmt.str "%s%s[@@@@gospel {|%s|}]%s" o sp s (print l)
  | (Other s | Spaces s) :: l ->
    Fmt.str "%s%s" s (print l)
  | [] -> ""

  let flush () =
    push ();
    let l = Queue.fold (fun acc t -> t :: acc) [] queue in
    print (List.rev l)

# 39 "src/pps.ml"
let __ocaml_lex_tables = {
  Lexing.lex_base =
   "\000\000\250\255\251\255\000\000\002\000\000\000\007\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\034\000\000\000\000\000\
    \000\000\000\000\000\000\003\000\254\255\003\000\000\000\001\000\
    \000\000\001\000\004\000\001\000\006\000\006\000\003\000\013\000\
    \017\000\019\000\027\000\019\000\006\000\253\255\003\000\000\000\
    \255\255\254\255";
  Lexing.lex_backtrk =
   "\255\255\255\255\255\255\004\000\000\000\003\000\002\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\002\000\002\000\
    \255\255\255\255";
  Lexing.lex_default =
   "\002\000\000\000\000\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\000\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\037\000\000\000\255\255\255\255\
    \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\004\000\004\000\004\000\004\000\004\000\000\000\004\000\
    \013\000\013\000\000\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\
    \004\000\000\000\004\000\000\000\000\000\000\000\000\000\013\000\
    \003\000\040\000\005\000\013\000\013\000\041\000\038\000\013\000\
    \039\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \006\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\033\000\028\000\016\000\025\000\020\000\024\000\027\000\
    \009\000\018\000\026\000\020\000\031\000\012\000\015\000\019\000\
    \034\000\020\000\023\000\022\000\017\000\014\000\007\000\010\000\
    \030\000\021\000\029\000\011\000\032\000\008\000\020\000\020\000\
    \035\000\020\000\000\000\009\000\000\000\000\000\000\000\000\000\
    \012\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\007\000\010\000\000\000\000\000\000\000\011\000\000\000\
    \008\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \001\000\000\000\000\000\000\000\000\000\000\000\255\255\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000";
  Lexing.lex_check =
   "\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
    \255\255\000\000\000\000\004\000\004\000\000\000\255\255\004\000\
    \006\000\006\000\255\255\255\255\006\000\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\004\000\255\255\255\255\255\255\255\255\006\000\
    \000\000\039\000\003\000\013\000\013\000\038\000\036\000\013\000\
    \036\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\
    \005\000\255\255\013\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\008\000\027\000\015\000\024\000\022\000\023\000\026\000\
    \006\000\017\000\025\000\029\000\030\000\006\000\014\000\018\000\
    \007\000\019\000\010\000\021\000\016\000\012\000\006\000\006\000\
    \009\000\011\000\028\000\006\000\031\000\006\000\032\000\033\000\
    \034\000\035\000\255\255\013\000\255\255\255\255\255\255\255\255\
    \013\000\255\255\255\255\255\255\255\255\255\255\255\255\255\255\
    \255\255\013\000\013\000\255\255\255\255\255\255\013\000\255\255\
    \013\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\
    \000\000\255\255\255\255\255\255\255\255\255\255\036\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";
  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 scan lexbuf =
   __ocaml_lex_scan_rec lexbuf 0
and __ocaml_lex_scan_rec lexbuf __ocaml_lex_state =
  match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with
      | 0 ->
let
# 41 "src/pps.mll"
              s
# 160 "src/pps.ml"
= Lexing.sub_lexeme lexbuf lexbuf.Lexing.lex_start_pos lexbuf.Lexing.lex_curr_pos in
# 42 "src/pps.mll"
    ( push (); Queue.push (Spaces s) queue; scan lexbuf )
# 164 "src/pps.ml"

  | 1 ->
let
# 45 "src/pps.mll"
                                                                          k
# 170 "src/pps.ml"
= Lexing.sub_lexeme lexbuf (lexbuf.Lexing.lex_start_pos + 3) lexbuf.Lexing.lex_curr_pos in
# 46 "src/pps.mll"
      (
        push ();
        Buffer.add_string buf k;
        comment lexbuf;
        let s = Buffer.contents buf in
        Buffer.clear buf;
        Queue.push (Ghost s) queue;
        scan lexbuf
      )
# 182 "src/pps.ml"

  | 2 ->
# 56 "src/pps.mll"
      (
        push ();
        comment lexbuf;
        let s = Buffer.contents buf in
        Buffer.clear buf;
        Queue.push (Spec s) queue;
        scan lexbuf
      )
# 194 "src/pps.ml"

  | 3 ->
# 65 "src/pps.mll"
      (
        Buffer.add_string buf "(*";
        comment lexbuf;
        Buffer.add_string buf "*)";
        scan lexbuf
      )
# 204 "src/pps.ml"

  | 4 ->
let
# 71 "src/pps.mll"
         c
# 210 "src/pps.ml"
= Lexing.sub_lexeme_char lexbuf lexbuf.Lexing.lex_start_pos in
# 71 "src/pps.mll"
           ( Buffer.add_char buf c; scan lexbuf )
# 214 "src/pps.ml"

  | 5 ->
# 72 "src/pps.mll"
        ( flush () )
# 219 "src/pps.ml"

  | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf;
      __ocaml_lex_scan_rec lexbuf __ocaml_lex_state

and comment lexbuf =
   __ocaml_lex_comment_rec lexbuf 36
and __ocaml_lex_comment_rec lexbuf __ocaml_lex_state =
  match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with
      | 0 ->
# 76 "src/pps.mll"
         ()
# 231 "src/pps.ml"

  | 1 ->
# 78 "src/pps.mll"
      (
        Buffer.add_string buf "(*";
        comment lexbuf;
        Buffer.add_string buf "*)";
        comment lexbuf )
# 240 "src/pps.ml"

  | 2 ->
let
# 83 "src/pps.mll"
         c
# 246 "src/pps.ml"
= Lexing.sub_lexeme_char lexbuf lexbuf.Lexing.lex_start_pos in
# 83 "src/pps.mll"
           ( Buffer.add_char buf c; comment lexbuf )
# 250 "src/pps.ml"

  | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf;
      __ocaml_lex_comment_rec lexbuf __ocaml_lex_state

;;

# 85 "src/pps.mll"
 
  let run lb =
    clear ();
    scan lb

# 263 "src/pps.ml"