From c61cba4f83b2d2330616895b73be8e3f06dae170 Mon Sep 17 00:00:00 2001 From: "Peter C. S. Scholtens" Date: Sun, 9 Mar 2025 10:54:17 +0100 Subject: [PATCH] Replaced outdated calculator The original calculator used nom 6, rust 2018. I forked the project, as there is no reaction on the other pull request, merged that and updated it to nom 8, rust 2024. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d1d1959..1e3fef1c 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ Here is a (non exhaustive) list of known projects using nom: [Kconfig language](https://github.com/Mcdostone/nom-kconfig), [Askama templates](https://crates.io/crates/askama_parser/), [LP files](https://github.com/dandxy89/lp_parser_rs) - Programming languages: [PHP](https://github.com/tagua-vm/parser), -[Basic Calculator](https://github.com/balajisivaraman/basic_calculator_rs), +[CLI Calculator](https://codeberg.org/peter-scholtens/cli_calculator), [GLSL](https://sr.ht/~hadronized/glsl) [Lua](https://github.com/rozbb/nom-lua53), [Python](https://github.com/ProgVal/rust-python-parser),