SYNOPSIS
Compile the grammar and tree transformations first:
$ eyapp Rule5
$ treereg Shift
Then execute it with:
$ ./useruleandshift.pl
Try inputs:
a = b * 8
d = c * 16Compile the grammar and tree transformations first:
$ eyapp Rule5
$ treereg Shift
Then execute it with:
$ ./useruleandshift.pl
Try inputs:
a = b * 8
d = c * 16