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
|
(* ****** ****** *)
//
// CATS-parsemit
//
(* ****** ****** *)
//
// HX-2015-05-20
//
(* ****** ****** *)
//
#define
ATS_MAINATSFLAG 1
//
#define
ATS_DYNLOADNAME "catsparse_all_dynload"
//
(* ****** ****** *)
local #include "./DATS/catsparse_mylib.dats" in (*nothing*) end
(* ****** ****** *)
//
local #include "./DATS/catsparse_error.dats" in (*nothing*) end
local #include "./DATS/catsparse_print.dats" in (*nothing*) end
//
local #include "./DATS/catsparse_symbol.dats" in (*nothing*) end
//
local #include "./DATS/catsparse_fname.dats" in (*nothing*) end
local #include "./DATS/catsparse_posloc.dats" in (*nothing*) end
//
local #include "./DATS/catsparse_global.dats" in (*nothing*) end
//
local #include "./DATS/catsparse_syntax.dats" in (*nothing*) end
//
local #include "./DATS/catsparse_lexerr.dats" in (*nothing*) end
local #include "./DATS/catsparse_lexbuf.dats" in (*nothing*) end
local #include "./DATS/catsparse_lexing.dats" in (*nothing*) end
local #include "./DATS/catsparse_tokbuf.dats" in (*nothing*) end
//
local #include "./DATS/catsparse_parerr.dats" in (*nothing*) end
local #include "./DATS/catsparse_parsing.dats" in (*nothing*) end
local #include "./DATS/catsparse_parsing_d0exp.dats" in (*nothing*) end
local #include "./DATS/catsparse_parsing_d0ecl.dats" in (*nothing*) end
local #include "./DATS/catsparse_parsing_instr.dats" in (*nothing*) end
//
local #include "./DATS/catsparse_emit.dats" in (*nothing*) end
local #include "./DATS/catsparse_typedef.dats" in (*nothing*) end
local #include "./DATS/catsparse_fundecl.dats" in (*nothing*) end
//
(* ****** ****** *)
(* end of [catsparse_all.dats] *)
|