Skip to content

tughi/recode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReCode

The Code compiler.

Code

Code is a statically-typed procedural language created for system programming.

import os

proc main() -> i32 {
    os.stdout.write("Yo!").end_line()

    return 0
}

About

A compiler for the Code language

Topics

Resources

License

Stars

Watchers

Forks