aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add useful functions to stdlib.ripHEADmastertomsmeding2017-05-25
|
* Add string modetomsmeding2017-05-25
|
* Flush stdout on getchartomsmeding2017-05-25
|
* Fix commentstomsmeding2017-05-25
|
* Add python rip interpreter 'rippy'tomsmeding2017-05-24
|
* 🐊tomsmeding2016-01-08
|
* meta.rip stubtomsmeding2016-01-08
|
* strcmp stdlib functiontomsmeding2015-12-18
|
* Cat can be shorter!tomsmeding2015-12-18
|
* Networking!tomsmeding2015-12-18
|
* fix readmetomsmeding2015-12-17
|
* specify integer size in documentationtomsmeding2015-12-17
|
* nothing to commit, working directory cleantomsmeding2015-12-17
|
* some cripp fixestomsmeding2015-12-17
|
* Update stdlib with varstomsmeding2015-12-17
|
* Fix bug in mkstr in stdlib.riptomsmeding2015-12-17
|
* Start a "standard library" -- rip styletomsmeding2015-12-16
|
* Some useful additionstomsmeding2015-12-16
|
* Add beginnings of cripptomsmeding2015-10-14
|
* Fix stackdump orderingtomsmeding2015-10-14
|
* Fix docstomsmeding2015-10-14
|
* Numbers and strings to rip code, on stdout and in memory!tomsmeding2015-10-04
|
* Update rip-lang.txttomsmeding2015-10-04
|
* Bugfix in while loop.......tomsmeding2015-10-04
|
* Add l (length) instructiontomsmeding2015-10-04
|
* Better directory structuretomsmeding2015-09-22
|
* Add primes.rip -- credit Wessel de Weijer!tomsmeding2015-09-22
|
* Shorten cat.rip: 01s -> 0dtomsmeding2015-09-20
|
* Merge pull request #1 from lieuwex/default_ripTom Smeding2015-09-20
|\
| * 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 cat exampletomsmeding2015-09-16
|
* add 'n' and de-tabify because of ghc's new -fwarn-tabstomsmeding2015-09-16
|
* Add Makefiletomsmeding2015-09-16
|
* Much improved error handlingtomsmeding2015-09-15
|
* New spec propagatetomsmeding2015-09-15
|
* Update spectomsmeding2015-09-15
|
* Cleanup parenpairstomsmeding2015-09-15
|
* cleanup of I and W, and addition of g and Rtomsmeding2015-09-14
|
* Initial!tomsmeding2015-09-13