Skip to content

A rustic (yet organized) implementation of an expression parser.

License

Notifications You must be signed in to change notification settings

ezaca/rustic-expression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RusticExpression

Introduction

Parse and execute simple math operations.

RusticExpression is a .NET (C#) code that allows you to parse and execute simple expressions. I made it for fun in the evening and weekends, but it seems to have grown stable enough for me to share with people.

The primary purpose of the code was the self-proposed challenge to create an expression parser without a binary tree. Well, I believe I pretty succeeded in that, but of course, it ended up with a kind of "rustic" tree structure, thus the name.

RusticExpression is developed in C#, a .NET language which has the Bridge.NET.

Go to RusticExpression live preview

About

A rustic (yet organized) implementation of an expression parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages