Files
hlang/README.md
2025-11-06 10:02:36 +03:00

240 B

Warning

Uninished, Not meant to be used by others. idk if it works on windows.


Simple programming language VM implemented in C. (look at examples folder)

Usage:

cc -o builder builder.c
./builder <source file>