No description
  • C++ 97.9%
  • CMake 1.3%
  • C 0.6%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-28 10:33:11 +00:00
bin Initial commit 2026-08-28 13:30:17 +03:00
compiler Initial commit 2026-08-28 13:30:17 +03:00
src Upload files to "src" 2026-08-28 10:00:47 +00:00
brun.sh Upload files to "/" 2026-08-28 09:59:46 +00:00
CMakeLists.txt Upload files to "/" 2026-08-28 09:59:46 +00:00
LICENSE Upload files to "/" 2026-08-28 10:31:22 +00:00
README.md Upload files to "/" 2026-08-28 10:33:11 +00:00
reb.sh Upload files to "/" 2026-08-28 09:59:46 +00:00
run.sh Upload files to "/" 2026-08-28 09:59:46 +00:00

Low level VM

Low level virtual machine that runs byte code, generated by a C-style compiler. You can find an example of one single source file in ./bin/src.c

license is MIT