Skip to content

Commit

Permalink
Add extra info for Maths Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tomc128 committed Aug 20, 2023
1 parent d245ae3 commit 8d6e3a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,16 @@ <h3>Maths Parser</h3>
A mathematical expression parser built with C#. It supports basic operations, plus pre-defined functions and follows the order of operations.
</p>

<p class="extra">
A library built from the ground up for my Calcu Discord bot. Under-the-hood it uses an abstract syntax tree to parse and evaluate expressions. It's designed for quickly-written expressions, including shorthand notation.
</p>

<ul class="links extra">
<li>
<a href="https://github.com/tomc128/maths-parser"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit GitHub page</a>
</li>
</ul>

<ul class="tags">
<li class="tag">C#</li>
<li class="tag">Open-source</li>
Expand Down

0 comments on commit 8d6e3a4

Please sign in to comment.