Skip to content

Commit

Permalink
Ach, actually add c_delta this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
regehr committed Nov 19, 2011
1 parent e951ffe commit 00b6dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utah/scripts/reduce/c_delta.pl
Expand Up @@ -28,6 +28,7 @@
# TODO:

# turn a union type into a struct
# add more things like while (x) { y } -> if (x) { y }

# get speedup by adding fast bailouts from test scripts
# super-fast: just runs one compiler at -O0 look for syntactical correctness
Expand Down Expand Up @@ -109,6 +110,7 @@
["\\-", ""],
["\\!", ""],
["\\~", ""],
["while", "if"],
["struct(.*?);", ""],
["union(.*?);", ""],
["enum(.*?);", ""],
Expand Down

0 comments on commit 00b6dc4

Please sign in to comment.