Timeline for Write an interpreter for my esoteric language Jumper
Current License: CC BY-SA 3.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 26, 2014 at 22:34 | comment | added | soktinpk | Let us continue this discussion in chat. | |
| Jul 26, 2014 at 22:32 | history | edited | soktinpk | CC BY-SA 3.0 | added 146 characters in body |
| Jul 26, 2014 at 22:23 | comment | added | seequ | I took the stance of "it was not declared, so it's unspecified behavior", thus I would say it's fine. But again, I'm not the mighty user. | |
| Jul 26, 2014 at 22:21 | comment | added | soktinpk | @Sieg Yes, so it should throw an error. It shouldn't run successfully. | |
| Jul 26, 2014 at 22:20 | comment | added | seequ | #35 7 would be invalid syntax anyways. | |
| Jul 26, 2014 at 22:20 | comment | added | soktinpk | @Sieg No because you can't replace all spaces. For example, #35 7 shouldn't be the same thing as #357 (based on my interpretation) | |
| Jul 26, 2014 at 22:18 | comment | added | seequ | You know, you could have just changed /\(.*?\)/g -> /\(.*?\)|\s/g | |
| Jul 26, 2014 at 22:01 | history | edited | soktinpk | CC BY-SA 3.0 | deleted 60 characters in body |
| Jul 26, 2014 at 21:46 | history | edited | soktinpk | CC BY-SA 3.0 | deleted 21 characters in body |
| Jul 26, 2014 at 21:28 | comment | added | soktinpk | @Sieg works now, I'll work on golfing it further | |
| Jul 26, 2014 at 21:26 | history | edited | soktinpk | CC BY-SA 3.0 | added 698 characters in body |
| Jul 26, 2014 at 21:13 | comment | added | soktinpk | @Sieg never mind, I'll update it when I have time | |
| Jul 26, 2014 at 21:10 | history | edited | soktinpk | CC BY-SA 3.0 | added 1181 characters in body |
| Jul 26, 2014 at 20:41 | comment | added | soktinpk | @Sieg It should be <1 not <10. | |
| Jul 26, 2014 at 20:12 | comment | added | seequ | Apparently this doesn't work for ?:2 :4 >1 :0 = 33 <10 =0 (the append-! program with an extra space) | |
| Jul 26, 2014 at 19:46 | history | edited | soktinpk | CC BY-SA 3.0 | added 20 characters in body |
| Jul 26, 2014 at 19:38 | history | answered | soktinpk | CC BY-SA 3.0 |