-
https://github.com/jpnykw/befunge-interpreter/commit/29571c781bc281890f2e0e23351837e5733fcdac
チェックボックスを中央に持ってきたい
-
https://github.com/jpnykw/befunge-interpreter/blob/fefb3dbea73a9530782a6961acf9615f18ccbb52/src/exec.rs#L89
## 仕様
ポインタの方向をランダムに変更する(上下左右のいずれか)
-
https://github.com/jpnykw/befunge-interpreter/blob/4614253078500db4ef7ddcd6eaf1218e884ab65e/src/exec.rs#L44
`print` はデバッグできないので console.log をコールできるようにする
-
submit押下時に発生するエラー
![image](https://user-images.githubusercontent.com/31243896/78387823-e87db080-761a-11ea-8ff6-c6d4d40ed11d.png)
src/exec.rs 内部のloopブロック(以下)を消すとエラーが解消される
https://github.com/jp…
-
Verify that the handling of boundary conditions and other behaviors matches the Befunge 93 spec.
-
**Describe the bug**
I find that language colors seems to be incomplete for wakatime. They are not applied due to incorrect name (`Vue` in `languageColors.json` while `Vue.js` in wakatime) or missing…
-
出力を可視化する
-
reactのビルド用ciの導入をする
-
フロントをreactで実装する
-
```rust
::std::thread::sleep(Duration::new(0, 1_000_000_000u32 / 5));
```
RuntimeErrorの修正