Skip to content

icxd/amulet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amulet

GitHub Actions Workflow Status GitHub Discord

A statically-typed, mainly object-oriented programming language written in Rust.

📖 Table of Contents

🛠️ Building

Linux (Ubuntu)

sudo apt install llvm-18-dev clang-18 libpolly-18-dev
cargo build --release

MacOS

brew install llvm
cargo build --release

👋🏻 Hello, World!

fn main() {
  println("Hello, World!");
}

🤝🏻 Contributing

Contributions are always welcome! Please feel free to open an issue or submit a pull request. If you're new to Rust, check out the Rust Book and Rust By Example.

📝 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

amulet programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages