stcalc 0.1.2

Stack calculator.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Rodrigo Montegasppα Cacilhας <montegasppa@cacilhas.info"]
description = "Stack calculator."
edition = "2021"
homepage = "https://crates.io/crates/stcalc"
keywords = ["cli", "calculator", "interpreter"]
license = "BSD-3-Clause"
name = "stcalc"
readme = "README.md"
repository = "https://github.com/cacilhas/microcli/tree/master/stcalc"
resolver = "1"
version = "0.1.2"