package pla

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file plaLex.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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
# 20 "ppx/plaLex.mll"
 

open Lexing
open Pla_tokens

(** Updates the location of the lexbuf*)
let updateLocation lexbuf (line:int) (chars:int) : unit =
   let pos = lexbuf.lex_curr_p in
   lexbuf.lex_curr_p <- { pos with
                          pos_lnum = pos.pos_lnum + line;
                          pos_bol = pos.pos_cnum - chars;
                        }

let addBuff (buffer:Buffer.t) (acc:s list) =
   if Buffer.length buffer > 0 then
      let txt = Buffer.contents buffer in
      let ()  = Buffer.clear buffer in
      T(txt) :: acc
   else acc


# 24 "ppx/plaLex.ml"
let __ocaml_lex_tables = {
  Lexing.lex_base =
   "\000\000\251\255\252\255\000\000\001\000\255\255\000\000\254\255\
    \001\000\249\255\081\000\163\000\001\000\002\000\003\000\030\000\
    \254\255\253\255\252\255\251\255\250\255";
  Lexing.lex_backtrk =
   "\255\255\255\255\255\255\003\000\000\000\255\255\002\000\255\255\
    \255\255\255\255\006\000\000\000\255\255\255\255\255\255\255\255\
    \255\255\255\255\255\255\255\255\255\255";
  Lexing.lex_default =
   "\002\000\000\000\000\000\255\255\255\255\000\000\255\255\000\000\
    \009\000\000\000\255\255\255\255\255\255\255\255\255\255\255\255\
    \000\000\000\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\005\000\005\000\000\000\004\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\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\010\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\003\000\000\000\007\000\020\000\
    \019\000\018\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\017\000\000\000\000\000\000\000\
    \011\000\000\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\015\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\016\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\012\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\014\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\011\000\000\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\000\000\000\000\
    \001\000\255\255\011\000\000\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\
    \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\255\255\000\000\004\000\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\255\255\255\255\255\255\
    \255\255\255\255\255\255\003\000\008\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\000\000\255\255\006\000\012\000\
    \013\000\014\000\008\000\008\000\008\000\008\000\008\000\008\000\
    \008\000\008\000\008\000\008\000\008\000\008\000\008\000\008\000\
    \008\000\008\000\008\000\008\000\008\000\008\000\008\000\008\000\
    \008\000\008\000\008\000\008\000\015\000\255\255\255\255\255\255\
    \008\000\255\255\008\000\008\000\008\000\008\000\008\000\008\000\
    \008\000\008\000\008\000\008\000\008\000\008\000\008\000\008\000\
    \008\000\008\000\008\000\008\000\008\000\008\000\008\000\008\000\
    \008\000\008\000\008\000\008\000\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\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\010\000\
    \255\255\255\255\010\000\255\255\255\255\255\255\255\255\255\255\
    \255\255\255\255\255\255\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\011\000\255\255\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\255\255\255\255\255\255\
    \255\255\255\255\255\255\255\255\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\255\255\255\255\
    \000\000\008\000\011\000\255\255\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\000\011\000\011\000\
    \011\000\011\000\011\000\011\000\011\000\011\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";
  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 tokenizeStr buffer acc lexbuf =
   __ocaml_lex_tokenizeStr_rec buffer acc lexbuf 0
and __ocaml_lex_tokenizeStr_rec buffer acc lexbuf __ocaml_lex_state =
  match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with
      | 0 ->
# 48 "ppx/plaLex.mll"
    ( updateLocation lexbuf 1 0; (* Increases the line *)
      let acc' = N :: addBuff buffer acc in
      tokenizeStr buffer acc' lexbuf
    )
# 170 "ppx/plaLex.ml"

  | 1 ->
# 54 "ppx/plaLex.mll"
    (
      let acc' = N :: addBuff buffer acc in
      tokenizeStr buffer acc' lexbuf
    )
# 178 "ppx/plaLex.ml"

  | 2 ->
# 60 "ppx/plaLex.mll"
    (
      let start_pos = Lexing.lexeme_start_p lexbuf in
      let acc' = addBuff buffer acc in
      let acc' = tokenizeVar buffer acc' start_pos lexbuf in
      tokenizeStr buffer acc' lexbuf
    )
# 188 "ppx/plaLex.ml"

  | 3 ->
# 68 "ppx/plaLex.mll"
    (
      Buffer.add_string buffer (lexeme lexbuf);
      tokenizeStr buffer acc lexbuf
    )
# 196 "ppx/plaLex.ml"

  | 4 ->
# 73 "ppx/plaLex.mll"
    (
      addBuff buffer acc
    )
# 203 "ppx/plaLex.ml"

  | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf;
      __ocaml_lex_tokenizeStr_rec buffer acc lexbuf __ocaml_lex_state

and tokenizeVar buffer acc start_pos lexbuf =
   __ocaml_lex_tokenizeVar_rec buffer acc start_pos lexbuf 8
and __ocaml_lex_tokenizeVar_rec buffer acc start_pos lexbuf __ocaml_lex_state =
  match Lexing.engine __ocaml_lex_tables __ocaml_lex_state lexbuf with
      | 0 ->
# 80 "ppx/plaLex.mll"
    (
      Buffer.add_string buffer (lexeme lexbuf);
      tokenizeVar buffer acc start_pos lexbuf
    )
# 218 "ppx/plaLex.ml"

  | 1 ->
# 86 "ppx/plaLex.mll"
    (
      let end_pos = Lexing.lexeme_end_p lexbuf in
      let loc = Location.{ loc_start = start_pos; loc_end = end_pos; loc_ghost = false } in
      let txt = Buffer.contents buffer in
      Buffer.clear buffer;
      V(txt,Template,loc) :: acc
    )
# 229 "ppx/plaLex.ml"

  | 2 ->
# 95 "ppx/plaLex.mll"
    (
      let end_pos = Lexing.lexeme_end_p lexbuf in
      let loc = Location.{ loc_start = start_pos; loc_end = end_pos; loc_ghost = false } in
      let txt = Buffer.contents buffer in
      Buffer.clear buffer;
      O :: V(txt,Template,loc) :: I :: acc
    )
# 240 "ppx/plaLex.ml"

  | 3 ->
# 103 "ppx/plaLex.mll"
    (
      let end_pos = Lexing.lexeme_end_p lexbuf in
      let loc = Location.{ loc_start = start_pos; loc_end = end_pos; loc_ghost = false } in
      let txt = Buffer.contents buffer in
      Buffer.clear buffer;
      V(txt,String,loc) :: acc
    )
# 251 "ppx/plaLex.ml"

  | 4 ->
# 111 "ppx/plaLex.mll"
    (
      let end_pos = Lexing.lexeme_end_p lexbuf in
      let loc = Location.{ loc_start = start_pos; loc_end = end_pos; loc_ghost = false } in
      let txt = Buffer.contents buffer in
      Buffer.clear buffer;
      V(txt,Int,loc) :: acc
    )
# 262 "ppx/plaLex.ml"

  | 5 ->
# 119 "ppx/plaLex.mll"
    (
      let end_pos = Lexing.lexeme_end_p lexbuf in
      let loc = Location.{ loc_start = start_pos; loc_end = end_pos; loc_ghost = false } in
      let txt = Buffer.contents buffer in
      Buffer.clear buffer;
      V(txt,Float,loc) :: acc
    )
# 273 "ppx/plaLex.ml"

  | 6 ->
# 126 "ppx/plaLex.mll"
      ( failwith "Invalid token" )
# 278 "ppx/plaLex.ml"

  | __ocaml_lex_state -> lexbuf.Lexing.refill_buff lexbuf;
      __ocaml_lex_tokenizeVar_rec buffer acc start_pos lexbuf __ocaml_lex_state

;;

# 128 "ppx/plaLex.mll"
 

let tokenize (str:string) : s list =
  let lexbuf = Lexing.from_string str in
  let buffer = Buffer.create 128 in
  tokenizeStr buffer [] lexbuf
  |> List.rev



# 296 "ppx/plaLex.ml"
OCaml

Innovation. Community. Security.