Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 365 Bytes

Wyst

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

include io;

void main() {
  printf("Hello, World!");
}

For developers

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