Magnogen
Magnogen
This'd certainly make a good app on mobile devices! I can see myself wasting _hours_ with this. Could you add support for `touch` events too? As for right click, it...
**Is your feature request related to a problem? Please describe.** Sometimes I find that the outlines of the blocks that are rendered are quite thick, especially noticeable when the blocks...
;3
I noticed that the time travel section was a little lacking in how it is accomplished - which would be helpful for people who might want to make a compiler...
I was curious about what you meant by > A more flexible demo at the bottom of the README. Did you... - just want a better styled page? - syntax...
At the moment, you'd need to scan down to the end of a block to see if it `loop`s, whereas with an `if`, you can tell right from the start...
```java delete 4! (3 + 1)? // The next number after 3 // Which isn't 4 as it's deleted // So this program outputs 5 ``` And because integers are...
`;` is a logical not, and traditionally, negating numbers uses a `-`. It's sort of a similar thing, right? - They're both reversible (`;;a == a` && `--a == a`)...