A Windows port of Terry Davis' HolyC from TempleOS called SchismC
github.comΒ·19hΒ·
Discuss: r/programming

SchismC

A true assembly-based Windows port of HolyC, the programming language from TempleOS.

Overview

SchismC is a faithful reimplementation of HolyC that compiles directly to x86-64 assembly and generates native Windows executables. Unlike transpilers that generate C code, SchismC maintains the original HolyC philosophy of direct assembly integration and ahead-of-time compilation.

πŸš€ MAJOR UPDATE: Full Compilation Pipeline Working!

βœ… SchismC now successfully compiles HolyC programs to working Windows executables!

The compiler has been completely overhauled and now features:

  • Working MASM Toolchain Integration - Direct compilation to Windows PE executables
  • Fixed Memory Management - Resolved all buffer overflows and memory corruption issues
  • **Windows…

Similar Posts

Loading similar posts...