/compiler

The Suteki programming language's compiler.

Primary LanguageC#zlib LicenseZlib

The Suteki Programming Language

suteki (素敵) is a simple statically typed systems programming language like C, it has features like:

  • Modules
  • Macros

and many more.

Hello, World!

import std.io;

int main()
{
    writeln("Hello, World!");
    return 0;
}

See detailed examples here.

Building from source

TODO

License

This compiler is distributed under the Zlib License. See LICENSE for more details.