Skip to content
/ silic Public

A compiler for the silic programming language

License

Notifications You must be signed in to change notification settings

cohnon/silic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silic logo

A tiny systems langauge with an emphasis on simplicity.

Static Badge Static Badge

Note

The language is still early in development and is subject to change.

Documentation

todo...

Building

git clone --recurse-submodules https://gitea.com/cohnon/silic

cd silic

make && ./silic examples/main.sil

Examples

hello_world.sil

use io;

pub func main() {
    io:println("hello world");
}

About

A compiler for the silic programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published