Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add string mode | tomsmeding | 2017-05-25 |
| | |||
* | Flush stdout on getchar | tomsmeding | 2017-05-25 |
| | |||
* | Fix comments | tomsmeding | 2017-05-25 |
| | |||
* | Add python rip interpreter 'rippy' | tomsmeding | 2017-05-24 |
| | |||
* | 🐊 | tomsmeding | 2016-01-08 |
| | |||
* | meta.rip stub | tomsmeding | 2016-01-08 |
| | |||
* | strcmp stdlib function | tomsmeding | 2015-12-18 |
| | |||
* | Cat can be shorter! | tomsmeding | 2015-12-18 |
| | |||
* | Networking! | tomsmeding | 2015-12-18 |
| | |||
* | fix readme | tomsmeding | 2015-12-17 |
| | |||
* | specify integer size in documentation | tomsmeding | 2015-12-17 |
| | |||
* | nothing to commit, working directory clean | tomsmeding | 2015-12-17 |
| | |||
* | some cripp fixes | tomsmeding | 2015-12-17 |
| | |||
* | Update stdlib with vars | tomsmeding | 2015-12-17 |
| | |||
* | Fix bug in mkstr in stdlib.rip | tomsmeding | 2015-12-17 |
| | |||
* | Start a "standard library" -- rip style | tomsmeding | 2015-12-16 |
| | |||
* | Some useful additions | tomsmeding | 2015-12-16 |
| | |||
* | Add beginnings of cripp | tomsmeding | 2015-10-14 |
| | |||
* | Fix stackdump ordering | tomsmeding | 2015-10-14 |
| | |||
* | Fix docs | tomsmeding | 2015-10-14 |
| | |||
* | Numbers and strings to rip code, on stdout and in memory! | tomsmeding | 2015-10-04 |
| | |||
* | Update rip-lang.txt | tomsmeding | 2015-10-04 |
| | |||
* | Bugfix in while loop....... | tomsmeding | 2015-10-04 |
| | |||
* | Add l (length) instruction | tomsmeding | 2015-10-04 |
| | |||
* | Better directory structure | tomsmeding | 2015-09-22 |
| | |||
* | Add primes.rip -- credit Wessel de Weijer! | tomsmeding | 2015-09-22 |
| | |||
* | Shorten cat.rip: 01s -> 0d | tomsmeding | 2015-09-20 |
| | |||
* | Merge pull request #1 from lieuwex/default_rip | Tom Smeding | 2015-09-20 |
|\ | |||
| * | enable rip mode per default | Lieuwe Rooijakkers | 2015-09-20 |
|/ | |||
* | Add functions | tomsmeding | 2015-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 example | tomsmeding | 2015-09-16 |
| | |||
* | add 'n' and de-tabify because of ghc's new -fwarn-tabs | tomsmeding | 2015-09-16 |
| | |||
* | Add Makefile | tomsmeding | 2015-09-16 |
| | |||
* | Much improved error handling | tomsmeding | 2015-09-15 |
| | |||
* | New spec propagate | tomsmeding | 2015-09-15 |
| | |||
* | Update spec | tomsmeding | 2015-09-15 |
| | |||
* | Cleanup parenpairs | tomsmeding | 2015-09-15 |
| | |||
* | cleanup of I and W, and addition of g and R | tomsmeding | 2015-09-14 |
| | |||
* | Initial! | tomsmeding | 2015-09-13 |