Main c implementation and documentation.
Find a file
2025-03-16 19:11:23 -04:00
doc Added first real test. 2025-03-16 19:11:23 -04:00
misc Added first real test. 2025-03-16 19:11:23 -04:00
samples Added first real test. 2025-03-16 19:11:23 -04:00
share/vim Added first real test. 2025-03-16 19:11:23 -04:00
src Added first real test. 2025-03-16 19:11:23 -04:00
tests Added first real test. 2025-03-16 19:11:23 -04:00
tools Started work on x86 AHOT 2024-09-23 19:39:53 -04:00
.gitignore Started work on x86 AHOT 2024-09-23 19:39:53 -04:00
Makefile Started work on x86 AHOT 2024-09-23 19:39:53 -04:00
README.md Added first real test. 2025-03-16 19:11:23 -04:00

ASCII Rendered, Compiled Target Invocation Code

Like the JVM, but the "binaries" consist of printable ASCII characters and the result can be more easily precompiled for native execution.

TODO

  • multiprocessing support (call-through to fork()? codeN for each process?)
    • probably want to repurpose breakpoint into fork
  • overall philosophy
    • easy to target for compilers
    • easy to implement with overhead
    • possible to implement with no/low overhead
    • can use easy but "slow" or DIY?
      • e.g. MALL vs static memory and custom allocation