-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ghosthx-Code edited this page Apr 21, 2026
·
15 revisions
Welcome to Willows wiki. Here We go over the syntax, goals, etc
- [ 1 ] C
- [ 2 ] Makefile
- [ 3 ] Rust
- [ 4 ] LLVM
- [ 5 ] python
- [ 6 ] toml
- [ 7 ] java
@define <willow>
func main() ? <- i32 {
i32: x = 42?;
@ret x?;
}
-- returns 42- For more syntax go to the syntax page.
- [ 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
sudo apt update
sudo apt install gcc git
git clone https://github.com/Ghosthx-Code/willow.git
cd willow
mv willow/ .
make clean
makeThe Open Source Lang: Willow
Maker: Ghosthx-Code
Version: 0.0.2