fixit 0.1.1

Converts infix (human-readable) expression tokens into postfix (Reverse Polish Notation) order
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["David Smoker"]
description = "Converts infix (human-readable) expression tokens into postfix (Reverse Polish Notation) order"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fixit"
readme = "README.md"
repository = "https://github.com/dsmo7206/fixit"
version = "0.1.1"