Browse Source

Added agon-light

main
Devine Lu Linvega 3 months ago
parent
commit
dcefd76811
  1. 29
      README.md

29
README.md

@ -58,6 +58,7 @@
- [Android](https://github.com/bullno1/buxn) - Complete.
- [FPGA](https://github.com/tsalvo/openfpga-varvara) - Nearly Complete.
- [RPi](https://github.com/ar-nelson/uxnpi) - Nearly Complete.
- [AgonLight2/eZ80](https://git.phial.org/d6/uxn-agon) - Cli.
- [Game Boy](https://github.com/tbsp/uxngb) - Incomplete.
- [DOS](https://git.sr.ht/~rabbits/uxn-vga) - Incomplete.
- [Teletype](https://github.com/csboling/teluxn) - Incomplete.
@ -182,20 +183,6 @@
- [Uxnbruteforce](https://github.com/max22-/uxnbruteforce) - Tool for optimizing little pieces of Uxntal code.
- [Uxnlin](https://git.sr.ht/~rabbits/uxnlin) - Linter for Uxntal.
### Languages that target Uxn
- [Finwë](https://github.com/kiedtl/finwe) - A high-level, stack-based language that compiles to Uxn bytecode.
- [Conch](https://github.com/Armael/conch) - Compiler for a C-like language with Lisp-like syntax to Uxn bytecode.
- [Dotal](https://github.com/HParker/dotal) - A small language designed to compile to the Uxn virtual machine.
- [chibicc-uxn](https://github.com/lynn/chibicc) - A C compiler for Uxn, written in C.
- [nito](https://codeberg.org/wimvanderbauwhede/nito) - A compiler from Uxntal to C, written in Raku.
- [funktal](https://codeberg.org/wimvanderbauwhede/funktal) - A small, statically typed, functional programming language that compiles to Uxntal.
- [Uxncle](https://github.com/CPunch/Uxncle) - Compiler for a small subset of C to Uxn bytecode.
- [B](https://github.com/tsoding/b) - Compiler for the B Programming Language implemented in Crust, has support for uxn target.
- [niënor](https://github.com/krzysckh/nienor) - Optimizing compiler for a Lisp dialect.
- [SUPERFLY](https://codeberg.org/Bunny351/superfly) - Concatenative array language.
- [Callisto](https://github.com/callisto-lang/compiler) - Low level compiled programming language with a uxn backend.
### Uxntal language support
- [Atom language package](https://atom.io/packages/language-uxntal)
@ -210,6 +197,20 @@
- [Micro syntax](https://hacklab.nilfm.cc/dotfiles/blob/main/micro/syntax/uxn.yaml)
- [Nano syntax](https://git.phial.org/d6/nxu/src/branch/main/tal.nanorc) ([1](https://codeberg.org/sejo/uxntal.nanorc) [2](https://git.sr.ht/~cassvs/uxntal-nano) [3](https://git.sr.ht/~rabbits/uxn-utils/tree/main/item/etc/tal.nanorc))
### Languages that target Uxn
- [Finwë](https://github.com/kiedtl/finwe) - A high-level, stack-based language that compiles to Uxn bytecode.
- [Conch](https://github.com/Armael/conch) - Compiler for a C-like language with Lisp-like syntax to Uxn bytecode.
- [Dotal](https://github.com/HParker/dotal) - A small language designed to compile to the Uxn virtual machine.
- [chibicc-uxn](https://github.com/lynn/chibicc) - A C compiler for Uxn, written in C.
- [nito](https://codeberg.org/wimvanderbauwhede/nito) - A compiler from Uxntal to C, written in Raku.
- [funktal](https://codeberg.org/wimvanderbauwhede/funktal) - A small, statically typed, functional programming language that compiles to Uxntal.
- [Uxncle](https://github.com/CPunch/Uxncle) - Compiler for a small subset of C to Uxn bytecode.
- [B](https://github.com/tsoding/b) - Compiler for the B Programming Language implemented in Crust, has support for uxn target.
- [niënor](https://github.com/krzysckh/nienor) - Optimizing compiler for a Lisp dialect.
- [SUPERFLY](https://codeberg.org/Bunny351/superfly) - Concatenative array language.
- [Callisto](https://github.com/callisto-lang/compiler) - Low level compiled programming language with a uxn backend.
## Community
- [Forum](https://llllllll.co/t/uxn-virtual-computer/46103)

Loading…
Cancel
Save