See on GitHub

Z-Flat cmake test discord

logo

Overview

Z-flat is a compiled, statically-typed programming language. Its design goals are intuitive syntax, type-safety, and easy library management.

screenshot

Repository Overview

std - standard library folder zfc - the Z-flat compiler docs - all documentation

Syntax highlighting

Vim

Others

  • Please help us grow the zflat community and add support for your favorite tools

Building

  • run ./scripts/build.sh to start the build process

Running

Compiler Test

  • ./cmake/zfc input/file.zf
  • compiles to input/file.o