uxnrepl

uxn interpreter
git clone git://bvnf.space/uxnrepl.git
Log | Files | Refs | README | LICENSE

README.md (344B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
# uxnrepl

a repl for uxn!

you can see what the opcodes do:
```
#12 #34
wst: 12 34
rst:
ADD
wst: 46
rst:
```

## todo

* write the programs into memory somewhere, so that we can do jumps
* add devices?
* `#3456 #1234 GTH2` should evaluate to `#01` not `#0001`

## notes

you might enjoy using uxnrepl behind a readline wrapper, such as rlwrap