Skip to content
/ GLang Public

A compiled, strongly typed, OOP programming language

License

Notifications You must be signed in to change notification settings

Jyezet/GLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLang

A compiled, strongly typed, OOP programming language

What the project contains

Right now, GLang consists only of a lexer

Example syntax (Hello World program)

fn main() => {
println("Hello world!"); // This is a comment
/* This is also a comment */
ret;
}

About

A compiled, strongly typed, OOP programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages