Skip to content

aceinetx/ZenLang

Repository files navigation

mod stdlib;

fn main {
    println("Welcome to the ZenLang github repo!");
    return null;
}

Roadmap

  • Error handling
  • if let and elif let
  • File read/write functions
  • Function attributes like #[naked]
  • vmcall keyword
  • mod and dynmod keyword
  • module loading from files (depends on above)
  • more stdlib functions
    • ord
    • chr
    • number (convert str to number)
    • stringify (convert any to string)
    • boolean (convert str to boolean)

About

Primary programming language of ZenOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages