8 个版本

0.2.2 2020 年 9 月 5 日
0.2.1 2020 年 9 月 5 日
0.1.3 2020 年 3 月 24 日

#283 in 编程语言

MIT 许可证

165KB
3.5K SLoC

혀엉...

Hyeo-ung 编程语言

Github Action Docker Hub Codecov Release License

文档 | 安装 | 教程 | 原始 Gist

功能

更多解释请见 文档

hyeong 0.2.2
hyeo-ung programming language tool

USAGE:
    hyeong [FLAGS] [OPTIONS] [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
        --verbose    verbose output

OPTIONS:
        --color <color>    whether prints color [default: auto]  [possible values: never, auto, always]

SUBCOMMANDS:
    build        Compiles hyeong code
    check        Parse your code and check if you are right
    debug        Debug your code command by command
    help         Prints this message or the help of the given subcommand(s)
    install      Install hyeong before build (need once)
    run          Run hyeong code directly
    uninstall    Uninstall hyeong temporary build path

如何安装

Brew

brew install buttercrab/tools/hyeong

Cargo

cargo install hyeong

Docker

docker run -it buttercrab/hyeong /bin/bash

然后,执行 hyeong

下载二进制文件

前往 最新版本 下载。

从源码构建

不需要执行 hyeong install

脚本文件

  1. Windows
curl "https://raw.githubusercontent.com/buttercrab/hyeo-ung-lang/master/install_hyeong.cmd" | cmd
  1. Mac, Linux
bash <(curl "https://raw.githubusercontent.com/buttercrab/hyeo-ung-lang/master/install_hyeong.sh")

Make

git clone https://github.com/buttercrab/hyeo-ung-lang.git
cd hyeo-ung-lang
make install

添加到 PATH 中以使用。

卸载

首先,

hyeong uninstall

然后如果使用 brew,

brew uninstall hyeong

依赖项

~2–11MB
~87K SLoC