Example #1
0
N_NIMCALL(void, ppgettok_186009)(Tlexer181185* L, Ttoken181181* tok) {
	rawgettok_184848(L, tok);
	{
		while (1) {
			if (!((*tok).toktype == ((NU8) 113))) goto LA2;
			rawgettok_184848(L, tok);
		} LA2: ;
	}
}
Example #2
0
N_NIMCALL(void, ppgettok_186009)(Tlexer181185* L, Ttoken181181* tok) {
	nimfr("ppGetTok", "nimconf.nim")
	nimln(21, "nimconf.nim");
	rawgettok_184848(L, tok);
	{
		nimln(22, "nimconf.nim");
		while (1) {
			if (!((*tok).toktype == ((NU8) 113))) goto LA2;
			rawgettok_184848(L, tok);
		} LA2: ;
	}
	popFrame();
}