aboutsummaryrefslogtreecommitdiff
path: root/src/lib/deque.rs
Commit message (Collapse)AuthorAgeFilesLines
* Test the deque more and fix uncovered off-by-one bug.Roy Frostig2010-07-281-8/+6
|
* Test the deque a bit. Give it a get-by-index method. Fix two uncovered ↵Roy Frostig2010-07-281-0/+7
| | | | state-calculation bugs --- one decently, the other with an ugly hack. Bug on the latter coming right up.
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare2010-07-271-22/+22
| | | | a cast notation. Closes #129.
* Add a (coarse, first-pass) deque implementation to stdlib.Roy Frostig2010-07-201-0/+137