rshyeong 0.2.1

Hyeong-lang interpreter
Documentation
language: rust
rust:
  - stable
  - beta
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo build --features big-rational --verbose
  - cargo test --features big-rational --verbose