Crates.io | hyeong |
lib.rs | hyeong |
version | 0.2.2 |
source | src |
created_at | 2020-03-16 03:30:31.941817 |
updated_at | 2020-09-05 15:19:39.23394 |
description | Hyeo-ung Programming Language Compiler |
homepage | https://github.com/buttercrab/hyeo-ung-lang |
repository | https://github.com/buttercrab/hyeo-ung-lang |
max_upload_size | |
id | 219114 |
size | 170,847 |
Documentation | Install | Tutorial | Original Gist
More explanation on Documentation.
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 install buttercrab/tools/hyeong
cargo install hyeong
docker run -it buttercrab/hyeong /bin/bash
Then, hyeong
to execute.
Go to latest release to download.
Followings doesn't need to execute hyeong install
curl "https://raw.githubusercontent.com/buttercrab/hyeo-ung-lang/master/install_hyeong.cmd" | cmd
bash <(curl "https://raw.githubusercontent.com/buttercrab/hyeo-ung-lang/master/install_hyeong.sh")
git clone https://github.com/buttercrab/hyeo-ung-lang.git
cd hyeo-ung-lang
make install
Add to your PATH
to use.
First,
hyeong uninstall
Then if brew,
brew uninstall hyeong