Skip to content

Commit

Permalink
Precompile 'switch' and 'case' arguments.
Browse files Browse the repository at this point in the history
and add regression tests.

Previously "switch blah" with a static string would always hit
the "case {..." block.  It will now match a "case blah {" block,
if it exists.
  • Loading branch information
alandekok committed Mar 28, 2014
1 parent 9c1de2d commit 941af61
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 63 deletions.

0 comments on commit 941af61

Please sign in to comment.