aboutsummaryrefslogtreecommitdiff
path: root/rip.hs
Commit message (Collapse)AuthorAge
* Add string modetomsmeding2017-05-25
|
* Flush stdout on getchartomsmeding2017-05-25
|
* Fix commentstomsmeding2017-05-25
|
* meta.rip stubtomsmeding2016-01-08
|
* Networking!tomsmeding2015-12-18
|
* Some useful additionstomsmeding2015-12-16
|
* Fix stackdump orderingtomsmeding2015-10-14
|
* Bugfix in while loop.......tomsmeding2015-10-04
|
* Add l (length) instructiontomsmeding2015-10-04
|
* enable rip mode per defaultLieuwe Rooijakkers2015-09-20
|
* Add functionstomsmeding2015-09-16
| | | | | | | | Sorry for the de-patterning of parenpairs. I hate the resulting function, but ghc didn't like my generalisation of the open and closing paren. It claimed that there were overlapping patterns, which there were, but it should've just evaluated them in order ... Just like it does with guards. So I went with those guards.
* add 'n' and de-tabify because of ghc's new -fwarn-tabstomsmeding2015-09-16
|
* Much improved error handlingtomsmeding2015-09-15
|
* New spec propagatetomsmeding2015-09-15
|
* Cleanup parenpairstomsmeding2015-09-15
|
* cleanup of I and W, and addition of g and Rtomsmeding2015-09-14
|
* Initial!tomsmeding2015-09-13