mp 0.1.0

Universal programming utility for GUI.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ------------------------------------------------------------
    Machine Pseudo-Code
    Project.Github: "https://github.com/kerryeon/mp"
---------------------------------------------------------------
    Author:
        Name: "kerryeon"
        Email: "besqer996@gnu.ac.kr"
        Github: "https://github.com/kerryeon"
    Generated:
        Date: "2/17/2019"
------------------------------------------------------------ */

mod console;
mod core;

fn main() {
    console::begin_interactive(None);
}