Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed edge case in the k command | Julien Dessaux | 2021-10-06 | 1 | -0/+3 |
| | |||||
* | Simplified some code | Julien Dessaux | 2021-10-06 | 1 | -13/+4 |
| | |||||
* | Fixed system info greatest point calculation after re-reading the spec | Julien Dessaux | 2021-09-27 | 1 | -2/+2 |
| | |||||
* | Randomization and y fixes | Julien Dessaux | 2021-09-24 | 1 | -2/+2 |
| | |||||
* | Fixed line feed handling which should be treated as like newline in ↵ | Julien Dessaux | 2021-09-24 | 1 | -3/+0 |
| | | | | Unefunge-98, but it is unclear. | ||||
* | Fixed y command, stack and stack stack manipulation bugs | Julien Dessaux | 2021-09-24 | 1 | -89/+84 |
| | |||||
* | Renamed project since I do not intend to support over funge variants | Julien Dessaux | 2021-09-24 | 1 | -1/+1 |
| | |||||
* | Made the interpreter pass most of the mycology test suite | Julien Dessaux | 2021-09-24 | 1 | -7/+154 |
| | |||||
* | Implemented commands until helloworld works \o/ | Julien Dessaux | 2021-09-23 | 1 | -8/+144 |
| | |||||
* | Moved the character execution's to the pointer in order to handle the k command | Julien Dessaux | 2021-09-23 | 1 | -0/+39 |