~tmpod/brainfucc

Add a README section about contributing
Remove small optimization when parsing the input instruction.

Any instructions following INP were being ignored.
Fix instruction generation

Working well now.
Fix and improve LC3 compilation

Also improve Cargo.toml and add toasty LC3 VM primitives as dependency
main.rs is a test ground now, should be ignored.
Add reference to other LC3 projects
ab94119c — tmpod 2 years ago
Improve cargo file, add README and license
64c3ad34 — tmpod 2 years ago
Implement first PoC for LC3 backend
025a886e — tmpod 2 years ago
Tidy up code and prepare for LC3 backend
c1289aab — tmpod 2 years ago
Add example programs
2b3b2e8c — tmpod 2 years ago
Implement initial prototype