wyst-lang / wyst

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 94.8%Language:ANTLR 5.2%