Skip to content

Hyeo-ung Programming Language Compiler in Rust (Developing)

License

Notifications You must be signed in to change notification settings

myeongjinshin/hyeo-ung-lang

 
 

Repository files navigation

혀엉...

Hyeo-ung Programming Language

Travis CI Docker Hub Codecov Release License

Documentation | Install | Tutorial | Original Gist

Features

More explanation on Documentation.

hyeong 0.1.0
hyeo-ung programming language tool

USAGE:
    hyeong [SUBCOMMAND]

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

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 before build

How to install

Prerequisite

Rust should be installed.

If you don't have rust installed, you can install rust by this.

Brew

brew install buttercrab/tools/hyeong
hyeong install

Docker

docker run -it buttercrab/hyeong /bin/bash

Then, hyeong to execute.

Build from source

Followings doesn't need to execute hyeong install

Script file

  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

Add to your PATH to use.

Uninstall

First,

hyeong uninstall

Then if brew,

brew uninstall hyeong

About

Hyeo-ung Programming Language Compiler in Rust (Developing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 98.5%
  • Other 1.5%