Skip to content

Cy6er7um/Nyah

Repository files navigation

🐱 Nyah ( Unfinished )

Run tests

Nyah is one language designed for myself.

My ultimate goal is to develop a simple operating system using Nyah and implement POSIX.

🎖️ Status

Nyah is not currently available, I will slowly implement all its basic features.

🔮 Example

A tasting is available here.

use Standard.Console;

// The signature of "Main" function is always "func(): ()?",
// the return type can be emitted.
func Main() {
    // '?' means unwrap the result.
    // If the function returns errors, the program will throw it.
    Console.WriteLine("Hello, World!")?;
}

📚 Document

Click here for the documents.

🥳 Special Thanks

☬