Local installation
The XMLang interpreter is written in Rust, and can be run locally on your machine.
GitHub Actions
The interpreter is built automatically on every commit using GitHub Actions.
You can get the latest built executables for your platform from this link.
Most likely you'll want to download these files:
- Windows:
- MacOS x86_64
- Linux:
Building from source
-
Clone the repository:
git clone https://github.com/GGORG0/xmlang.git
-
Change to the project directory:
cd xmlang
-
Build the project:
cargo build --release
-
The built executable will be located in the
target/release
directory. You can run it with:./target/release/xmlang examples/hello.xml