N_NIMCALL(NIM_BOOL, parseexpr_186039)(Tlexer181185* L, Ttoken181181* tok) {
	NIM_BOOL result;
	nimfr("parseExpr", "nimconf.nim")
	result = 0;
	nimln(46, "nimconf.nim");
	result = parseandexpr_186088(L, tok);
	{
		nimln(47, "nimconf.nim");
		while (1) {
			NIM_BOOL b;
			NIM_BOOL LOC3;
			if (!((*(*tok).ident).Sup.id == ((NI) 49))) goto LA2;
			nimln(48, "nimconf.nim");
			ppgettok_186009(L, tok);
			nimln(49, "nimconf.nim");
			b = parseandexpr_186088(L, tok);
			nimln(50, "nimconf.nim");
			LOC3 = 0;
			LOC3 = result;
			if (LOC3) goto LA4;
			LOC3 = b;
			LA4: ;
			result = LOC3;
		} LA2: ;
	}
	popFrame();
	return result;
}
Exemple #2
0
N_NIMCALL(NIM_BOOL, parseexpr_186039)(Tlexer181185* L, Ttoken181181* tok) {
	NIM_BOOL result;
	result = 0;
	result = parseandexpr_186088(L, tok);
	{
		while (1) {
			NIM_BOOL b;
			NIM_BOOL LOC3;
			if (!((*(*tok).ident).Sup.id == ((NI) 49))) goto LA2;
			ppgettok_186009(L, tok);
			b = parseandexpr_186088(L, tok);
			LOC3 = 0;
			LOC3 = result;
			if (LOC3) goto LA4;
			LOC3 = b;
			LA4: ;
			result = LOC3;
		} LA2: ;
	}
	return result;
}