Documentation ¶
Index ¶
Constants ¶
View Source
const LIST_DEFS_NAME = "ddp_list_types_defs"
Variables ¶
View Source
var ( // path to the directory where DDP is installed InstallDir string // path to the directory of the Duden Duden string // path to the DDP/bin dir (contains kddp.exe and probably DDPLS.exe) Bin string // path to the DDP/lib dir (contains ddpstdlib.a and ddpruntime.a and probably their sources) Lib string // path to the main.o file which contains the main function Main_O string // path to the ddp_list_types_defs.ll file which contains the textual llvm ir definitions of the inbuilt ddp list types DDP_List_Types_Defs_LL string // path to the ddp_list_types_defs.ll file which is an object file containing the definitions of the inbuilt ddp list types DDP_List_Types_Defs_O string // path to the mingw64 directory in the DDP installation directory // might not be present Mingw64 string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.