// Other projects
projects.insert("jacc", Project {
title: "jacc",
description: "Just Another CLI Calculator -- a maths parser and evaluator for the CLI with many built-in functions",
source: "https://github.com/funnyboy-roks/jacc",
status: ProjectStatus::Maintained,
languages: &[
Language::Rust,
],
links: &[
Link::new("crates.io", "https://crates.io/crates/jacc"),
],
tags: &[
"cli",
"maths",
"parser",
],
});