Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tirr-c/hyeong-rs
Rust로 작성한 혀엉... 구현체
https://github.com/tirr-c/hyeong-rs
esolang hyeong rust
Last synced: 3 months ago
JSON representation
Rust로 작성한 혀엉... 구현체
- Host: GitHub
- URL: https://github.com/tirr-c/hyeong-rs
- Owner: tirr-c
- License: other
- Created: 2017-01-29T15:40:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T06:19:15.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T12:13:08.757Z (3 months ago)
- Topics: esolang, hyeong, rust
- Language: Rust
- Size: 69.3 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rshyeong
[난해한 혀엉... 언어](https://gist.github.com/xnuk/d9f883ede568d97caa158255e4b4d069)의
Rust 구현입니다.## 빌드하기
먼저 [rustup](https://rustup.rs/)으로 Cargo를 설치하고 다음 명령어를 입력해
빌드와 설치를 합니다.```
cargo install rshyeong
```큰 유리수 처리를 원한다면 `big-rational` feature를 켜서 빌드합니다.
```
cargo install --features big-rational rshyeong
```## 실행하기
Cargo로 설치하면 홈 디렉토리 아래의 `.cargo/bin`에 바이너리가 들어갑니다.
rustup을 설치했다면 이 디렉토리는 `PATH`에 등록되어 있을 것이므로
그냥 실행하면 됩니다.```
rshyeong --help
```---
MIT/Apache-2.0
![](https://img.shields.io/crates/v/rshyeong.svg)
[![Build Status](https://travis-ci.org/tirr-c/hyeong-rs.svg?branch=master)](https://travis-ci.org/tirr-c/hyeong-rs)