natefaubion / sparkler

Native pattern matching for JavaScript
MIT License
693 stars 18 forks source link

Automatically trigger backtracking compiler #4

Closed natefaubion closed 11 years ago

natefaubion commented 11 years ago

It would be cool to analyze the cases up front to determine if backtracking would be beneficial and automatically trigger it instead of the user opting in manually.

natefaubion commented 11 years ago

Added in 0.1.3