An open API service indexing awesome lists of open source software.

https://github.com/nilp0inter/awkfunge

Befunge 93 interpreter in AWK
https://github.com/nilp0inter/awkfunge

Last synced: 4 months ago
JSON representation

Befunge 93 interpreter in AWK

Awesome Lists containing this project

README

          

awkfunge
========

Befunge 93 interpreter in AWK.

Running the examples
--------------------

```bash
$ awk -f befunge.awk examples/helloworld.bf
```

Debug mode
----------

To enable the debug mode set *DEBUG* to *1*:

```bash
$ awk -v DEBUG=1 -f befunge.awk examples/helloworld.bf
```