Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kitagry/calculator

Rustで作る電卓
https://github.com/kitagry/calculator

Last synced: 15 days ago
JSON representation

Rustで作る電卓

Awesome Lists containing this project

README

        

## Rustで作る電卓

このリポジトリは[実践Rust入門](https://www.amazon.co.jp/dp/B07QVQ7RDG/ref=dp-kindle-redirect?_encoding=UTF8&btkr=1)の第9章のparserを改良するためのリポジトリです。

## 追加した機能一覧

### 変数代入

![variable image](./images/variable.png)

### 少数計算

![float image](./images/float.png)