v0.2.1-alpha
and earlier is licensed under the BSD 2-Clause Patent license.
v0.3.0-alpha
until v0.5.0-alpha
is licensed under the Universal Permissive License, version 1.0.
This is an amateur hobby project about a compiler for "flathill".
"flathill" (Flat Assembler-based High Level Language) is a programming language with a focus on minimal data typing, and granular control of low-level concepts. It aims to be compatible with C-style x64 Windows and Linux calling conventions. Its compiler is built with C++, and its output is used as assembly input for flat assembler.
Its compiler is currently in an early stage, so it should NOT be considered a real development tool as of yet.