mech 0.2.30

Mech is a reactive programming language for building robots, games, and animations.
1
2
3
4
5
6
7
8
test:cargo:
  script:
  - rustup show
  - rustup default nightly-2024-10-31
  #- wasm-pack --version
  #- wasm-pack build wasm-notebook --target web
  - cargo build --bin mech
  - cargo test interpret