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

[dependencies]