Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A few more bits of LHF.
  • Loading branch information
jnthn committed Jul 10, 2011
1 parent 417acfb commit 4677323
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LHF.markdown
Expand Up @@ -11,6 +11,16 @@ new possible performance.
## chomp
Fix Str.chomp to work with strings of less than 2 characters.

## Implement %% operator
Make S03-operators/is-divisible-by.t pass

## Implement minmax operator
Make S03-operators/minmax.t pass

## More Smart-matching
See S03-smartmatch tests, especially array-array.t, hash-hash.t and
so forth.

## Basic IO
the stat calls should be pretty straight-forward to port from master

Expand Down

0 comments on commit 4677323

Please sign in to comment.