LingDong- / wax

A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
https://waxc.netlify.app/
MIT License
793 stars 45 forks source link

C89 and CMake #22

Open SamuelMarks opened 3 years ago

SamuelMarks commented 3 years ago

@LingDong- So I added C89 support and integrated CMake. Whilst I was at it, I implemented header files for all your files, being careful to only add protoypes for functions and globals that are used in more than the implementation file.

Builds tested on: macOS (AppleClang) and Windows (MSVC).