This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Jacob d7948e639c Minor fixes
Add '%' operation (accidentally omitted)
Add strMode function to properly handle String mode (broken before)
Change null checks to use null say let
Add peek function to handle peeking an empty stack (returns 0)
Fix '\' operation (broken, did not swap top 2 stack elements)
Add temporary output handling for testing
Add temporary input handling for testing
Add '0' - '9' operations (unintentionally omitted before)
Fix skipping spaces while in String mode
Step returns whether pointer is inactive or not; whether the program has terminated
2018-11-15 15:22:33 -05:00
2018-11-15 15:22:33 -05:00
2018-11-15 01:56:09 -05:00
2018-11-05 10:30:06 -05:00

befide

Befunge Interpreter and IDE implemented in Kotlin with TornadoFX

Ensure you have Oracle JDK 1.8 with Kotlin 1.3

Description
Befunge interpreter and IDE implemented in Kotlin with TornadoFX
Readme 142 KiB
Languages
Kotlin 97.2%
CSS 2.8%