Exemplo n.º 1
0
N_NIMCALL(void, addbabelpath_171163)(NimStringDesc* p, tlineinfo162527 info) {
    nimfr("addBabelPath", "babelcmd.nim")
    nimln(62, "babelcmd.nim");
    {
        NIM_BOOL LOC3;
        nimln(62, "babelcmd.nim");
        nimln(62, "babelcmd.nim");
        LOC3 = 0;
        LOC3 = contains_118237(searchpaths_136115, p);
        if (!!(LOC3)) goto LA4;
        nimln(63, "babelcmd.nim");
        {
            nimln(63, "babelcmd.nim");
            if (!(1 <= gverbosity_136120)) goto LA8;
            nimln(63, "babelcmd.nim");
            message_164584(info, ((NU16) 269), p);
        }
LA8:
        ;
        nimln(64, "babelcmd.nim");
        prependstr_118437(&lazypaths_136116, p);
    }
LA4:
    ;
    popFrame();
}
Exemplo n.º 2
0
N_NIMCALL(void, addpath_171007)(NimStringDesc* path, tlineinfo162527 info) {
    nimfr("addPath", "babelcmd.nim")
    nimln(15, "babelcmd.nim");
    {
        NIM_BOOL LOC3;
        nimln(15, "babelcmd.nim");
        nimln(15, "babelcmd.nim");
        LOC3 = 0;
        LOC3 = contains_118237(searchpaths_136115, path);
        if (!!(LOC3)) goto LA4;
        nimln(16, "babelcmd.nim");
        prependstr_118437(&searchpaths_136115, path);
    }
LA4:
    ;
    popFrame();
}
Exemplo n.º 3
0
N_NIMCALL(NIM_BOOL, includestr_118292)(tlinkedlist118023* list, NimStringDesc* data) {
	NIM_BOOL result;
	nimfr("includeStr", "lists.nim")
	result = 0;
	nimln(57, "lists.nim");
	{
		NIM_BOOL LOC3;
		nimln(57, "lists.nim");
		LOC3 = 0;
		LOC3 = contains_118237(&(*list), data);
		if (!LOC3) goto LA4;
		nimln(57, "lists.nim");
		nimln(57, "lists.nim");
		result = NIM_TRUE;
		goto BeforeRet;
	}
	LA4: ;
	nimln(58, "lists.nim");
	appendstr_118285(list, data);
	BeforeRet: ;
	popFrame();
	return result;
}