Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Local installation

The XMLang interpreter is written in Rust, and can be run locally on your machine.

GitHub Actions

build native binaries

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:

Building from source

  1. Install Rust.

  2. Clone the repository:

    git clone https://github.com/GGORG0/xmlang.git
    
  3. Change to the project directory:

    cd xmlang
    
  4. Build the project:

    cargo build --release
    
  5. The built executable will be located in the target/release directory. You can run it with:

    ./target/release/xmlang examples/hello.xml