MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / expr

Function expr

lua/src/lparser.c:1289–1291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287
1288
1289static void expr (LexState *ls, expdesc *v) {
1290 subexpr(ls, v, 0);
1291}
1292
1293/* }==================================================================== */
1294

Callers 8

yindexFunction · 0.85
recfieldFunction · 0.85
listfieldFunction · 0.85
explistFunction · 0.85
primaryexpFunction · 0.85
condFunction · 0.85
exp1Function · 0.85
test_then_blockFunction · 0.85

Calls 1

subexprFunction · 0.85

Tested by 1

test_then_blockFunction · 0.68