logi_code 1.0.0

A scripting language do executing combinational circuits
Documentation
# LogiCode - Road Map
## Implementation Default Library : 1.1.0
- 標準ライブラリを実装する。
- 標準ライブラリはVec<ASTNode>で定義される。

## Release Version : 1.0.0
- 初期リリースをする。
- crate.ioにアップしたり、GitHubにリリースバージョンの実行ファイルを置いたりする。

## Implementation AnyThings : 0.9.0
- README.mdを書いたり、いろんなところを調整する。

## Implementation Error Handling : 0.8.0
- Parser、Evaluatorのエラーハンドリングの実装を完了させる。

## Implementation Interpreter : 0.7.0
- Interpreter(main.rs)の実装を完了させる。

## Implementation Utils : 0.6.0
- Utilsの仮実装を完了させる。
- Utilsには、入出力に使われる関数、実行時引数の処理が含まれる。

## Implementation Evaluator : 0.5.0
- evaluatorの仮実装を完了させる。

## Fix : 0.4.1 - Current
- callのinputsに演算子があるとエラーを吐くのを修正する。

## Implementation Parser : 0.4.0
- Parserの仮実装が終わった。