| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-12 | Expand conditional primitive to choose between `then` and `else` branch | Adrian Kummerlaender | |
| i.e. `1 if true then false else` evaluates to `true`, `0 if true then false else` evaluates to `false`. | |||
| 2017-04-12 | Implement integer comparsion primitives | Adrian Kummerlaender | |
| 2017-04-12 | Modularize primitives implementation, add stack manipulators | Adrian Kummerlaender | |
| 2017-04-12 | Implementent conditional primitive | Adrian Kummerlaender | |
| 2017-04-12 | Modularize implementation | Adrian Kummerlaender | |
