Skip to content
/ wyst Public

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

License

Notifications You must be signed in to change notification settings

wyst-lang/wyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •