Skip to content

Commit

Permalink
Reference to the initial experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiess committed Jul 16, 2013
1 parent 0e8d08f commit a7a5f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qed/optimizers.md
Expand Up @@ -58,6 +58,8 @@ And all is fine. Right? We think no. You've chosen to use parslet, so you don't
A.rule( (A.str(:x).absent? >> any).repeat ) { GobbleUp.new(x) })

optimized_parser.parse('"Parsing is now fully optimized! (tm)"')

(If you're interested in a bit of history, the example that triggered the discussion around accelerators is preserved in "optimizer.rb":https://github.com/kschiess/parslet/blob/master/experiments/optimizer.rb. If you look past the hacks and the optimism, you'll recognize some of the things we talk about in this document.)

## Overview

Expand Down

0 comments on commit a7a5f61

Please sign in to comment.