5.7.2.3. Literals

Literals recognized by the lexer.
Start ocaml section to src/flx_ast.mli[4 /8 ] Next Prev First Last
   173: # 399 "./lpsrc/flx_types.ipk"
   174: and literal_t =
   175:   [
   176:   | `AST_int of string * bigint
   177:   | `AST_string of string
   178:   | `AST_cstring of string
   179:   | `AST_wstring of string
   180:   | `AST_ustring of string
   181:   | `AST_float of string * string
   182:   ]
   183: 
End ocaml section to src/flx_ast.mli[4]