5.7.2.3. Literals

Literals recognized by the lexer.
Start ocaml section to src/flx_ast.mli[4 /8 ] Next Prev First Last
   150: # 376 "./lpsrc/flx_types.ipk"
   151: and literal_t =
   152:   [
   153:   | `AST_int of string * bigint
   154:   | `AST_string of string
   155:   | `AST_cstring of string
   156:   | `AST_wstring of string
   157:   | `AST_ustring of string
   158:   | `AST_float of string * string
   159:   ]
   160: 
End ocaml section to src/flx_ast.mli[4]