Hyeo-ung Programming Language compiler written in rust. (Developing)
$ hyeong
$ hyeong run FILE
$ hyeong build FILE --flags...
$ hyeong debug FILE --flag...
$ hyeong string "Hello, World!"
Complier: | Interpreter:
|
Hyeo-ung code | Hyeo-ung code
|
| | |
V | V
|
Rust code | Execute by line
|
| |
V |
|
Binary Program |
to_string
and from_string
methodHello, world!
, a + b
, a * b
$ hyeong build FILE -O2 -Wall
$ hyeong check FILE
$ hyeong debug FILE --from 12
$ hyeong run FILE -O2 -Wall
$ hyeong update
$ hyeong
(will be published when stable version comes out)
shell script
curl "https://raw.githubusercontent.com/buttercrab/hyeo-ung-lang/master/install_hyeong.sh" | /bin/bash