Tincode is a fully functional [Intcode](https://esolangs.org/wiki/Intcode) environment, including a C compiler for the Intcode target, an Intcode computer, and an associated assembly language. This project was motivated by [advent of code challenges](https://git.anyn.one/Anynone/advent-of-code-2019) I found really interesting.
- Rust 85.7%
- Assembly 13.3%
- Nix 1%
| assembler | ||
| emulator | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
Tincode
Tincode is a fully functional Intcode environment, including a C compiler for the Intcode target, an Intcode computer, and an associated assembly language. This project was motivated by advent of code challenges I found really interesting.