- Timestamp:
- 04/04/15 20:46:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/framscript.y
r341 r345 648 648 ; 649 649 650 stackexpr: expr {if ($1.constant) {trctx.out->printf("push %s\n",litstr($1)); trstack.adjust(-1); $$.constant=0;} } 651 650 652 expr_or_empty: 651 653 expr {$$=$1;} … … 1278 1280 $$.setString(t); $$.constant=0;} 1279 1281 1280 stackexpr: expr {if ($1.constant) {trctx.out->printf("push %s\n",litstr($1)); trstack.adjust(-1); $$.constant=0;} }1281 1282 1282 arguments: /* empty */ { $$.setInt(0); } 1283 1283 | stackexpr { $$.setInt(1); }
Note: See TracChangeset
for help on using the changeset viewer.