Skip to content

Releases: abdelfattahradwan/SharpEval

Release (17/02/2023)

17 Feb 12:37
Compare
Choose a tag to compare

Release (19/7/2022)

19 Jul 10:59
Compare
Choose a tag to compare

The library was overhauled. Everything is a lot faster and simpler. The source code also now uses a more modern version of the C# language while still maintaining compatibility with .NET 3.5

Release (8/9/2021)

08 Sep 07:41
Compare
Choose a tag to compare
  • Backport to .NET Framework 3.5 to provide more compatibility.

  • NumberToken and WordToken now use IToken[] instead of Queue<IToken>.

  • ParameterArrayToken now uses ExpressionToken[] instead of Queue<ExpressionToken>.

Release (6/9/2021)

06 Sep 10:43
f7c2119
Compare
Choose a tag to compare
  • Added missing readonly modifier.
  • Added modulo operator support.
  • Changed how variables are implemented.

Release (3/9/2021)

03 Sep 17:26
d3fa6e1
Compare
Choose a tag to compare

Initial release.