Skip to content
Ghosthx-Code edited this page Apr 21, 2026 · 15 revisions

Willow: Home

Welcome to Willows wiki. Here We go over the syntax, goals, etc

Coding Langs

  • [ 1 ] C
  • [ 2 ] Makefile
  • [ 3 ] Rust
  • [ 4 ] LLVM
  • [ 5 ] python
  • [ 6 ] toml
  • [ 7 ] java

Syntax

@define <willow>

func main() ? <- i32 { 
     i32: x = 42?;
     @ret x?;
}

-- returns 42
  • For more syntax go to the syntax page.

goals

  • [ 1 ] Making the best lang
  • [ 2 ] Making the fasts lang
  • [ 3 ] Making Willow have system level programming
  • [ 4 ] Go back to set one and redo

To Install

sudo apt update
sudo apt install gcc git

git clone https://github.com/Ghosthx-Code/willow.git
cd willow

mv willow/ .
make clean
make

Clone this wiki locally