ocaml/toplevel
Xavier Leroy c2db3288c1 Use type Obj.raw_data to represent code pointers in the REPL trace facility
Using Obj.t is incorrect in no-naked-pointer mode, as it exposes
code pointers as OCaml values.
2020-06-10 16:30:43 +02:00
..
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
expunge.ml Just some tbl things. (#1699) 2018-07-23 13:19:41 +01:00
genprintval.ml compilerlibs: expose parsers for 'Longident.t's 2020-01-09 16:45:39 +01:00
genprintval.mli Warn about unused functor parameters (#8891) 2019-10-14 11:11:01 +01:00
opttopdirs.ml Add a new toplevel directive #use_output "<command>" 2020-03-16 17:48:41 +00:00
opttopdirs.mli Add a new toplevel directive #use_output "<command>" 2020-03-16 17:48:41 +00:00
opttoploop.ml Replace Location.t with Lambda.scoped_location in Lambda code 2020-04-27 12:58:53 +01:00
opttoploop.mli Add a new toplevel directive #use_output "<command>" 2020-03-16 17:48:41 +00:00
opttopmain.ml share argument implementation across executable 2019-09-30 15:56:40 +02:00
opttopmain.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
opttopstart.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
topdirs.ml Add a new toplevel directive #use_output "<command>" 2020-03-16 17:48:41 +00:00
topdirs.mli Add a new toplevel directive #use_output "<command>" 2020-03-16 17:48:41 +00:00
toploop.ml toplevels: label the wrap_mod argument 2020-04-17 19:30:07 +02:00
toploop.mli Add a new toplevel directive #use_output "<command>" 2020-03-16 17:48:41 +00:00
topmain.ml share argument implementation across executable 2019-09-30 15:56:40 +02:00
topmain.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
topstart.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
trace.ml Use type Obj.raw_data to represent code pointers in the REPL trace facility 2020-06-10 16:30:43 +02:00
trace.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00