Skip to content

d3tu/zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Logo Zero Lang

[x] lexer
[x] parser
[~] generator
[~] runtime
[ ] cli
[ ] embedder
[ ] plugins

Build

make

Usage

./zero --help

Syntax

[x] type name = ...
[x] type name
[x] if ... { ... } else { ... }
[x] name:
[x] type name(...) { ... }
[x] for { ... }
[x] for ... { ... }
[x] name = ...
[x] name(...)
[x] return
[x] return ...
[x] continue
[x] continue ...
[x] break

Coming soon...

About

general-purpose language (alpha stage)

Topics

Resources

Stars

Watchers

Forks

Contributors