jm / toml

Parse TOML. Like a bawss.
MIT License
151 stars 37 forks source link

Simplify parslet match statements #15

Closed koraktor closed 11 years ago

koraktor commented 11 years ago

Because less code is better code.

dirk commented 11 years ago

Cool! Forgot about that feature. Does the match["..."] syntax depend on a specific version of Parslet? If so the gemspec will need to be updated too.

koraktor commented 11 years ago

According to the HISTORY.txt it was added in 0.10.1 (late 2010). I'd go for:

gem 'parslet', '~> 1.5.0'
dirk commented 11 years ago

Okay, this is closed with fe06cb0b81ee7424c6741465e9bad094d177261a. Thanks!