Browse Source

rm block in mvalue

develop-theo
Sebeck10 2 years ago
parent
commit
0869f79f74
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ccmeta.leg

+ 0
- 2
ccmeta.leg View File

@ -2168,10 +2168,8 @@ metaCatch = META_AT ( META_IMPORT s:META_STRING ";" { inputStack
| META_LCB s:mstmts { map_append(outputProgram, s); $$= null }
)
mvalue = i:META_IDENT { $$= eval(globals, newGetVariable(i)) }
| META_LPAREN ( i:MO_OPERATION
#| i:meta_block usefull ?
| i:meta_exp
) META_RPAREN { $$= eval(globals, i) }

Loading…
Cancel
Save