Skip to content

alexsparrow/sigurd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sigurd

See Sigurd.

An experimental programming language written in Rust. The goal is to learn about compilers as much as building anything useful.

WIP syntax example:

fn foo(x: int) -> {
  let y = x + 1

  if (y == 42) {
    print("Good choice")
  }

  y;
}

fn main(args: string[]) {
  print("foo returns {}", foo(41))
}

About

Experimental programming language written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages