/wyst

Wyst is a Programing language inspired by C and transpiled to Go

Primary LanguageGoApache License 2.0Apache-2.0

Wyst

Wyst is a programing language that is inspired by C and transpiles to Go

#include <stdio.h>

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

For developers

If the grammar has been updated run: antlr -Dlanguage=Go -o parser Wyst.g4