zflat
·89 words·1 min
Z-Flat

#

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

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.shto start the build process
Running #
- run the compiler at
./cmake/zfc - see instructions at docs/compiler.md
Compiler Test #
./cmake/zfc input/file.zf- compiles to
input/file.o
