Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Expression Builder #107

Closed
sys27 opened this issue Oct 24, 2015 · 1 comment
Closed

Create Expression Builder #107

sys27 opened this issue Oct 24, 2015 · 1 comment
Labels
Milestone

Comments

@sys27
Copy link
Owner

sys27 commented Oct 24, 2015

ex.:

var builder = new Builder(3); // (builder is IExpression) == true
builder.Add(2); // builder == (3 + 2)

builder.Calculate();

// or

var num = new Number(3);
var add = num.Add(2);

add.Calculate();

@sys27 sys27 added the feature label Oct 24, 2015
@sys27 sys27 added this to the xFunc 3 milestone Oct 24, 2015
sys27 added a commit that referenced this issue Nov 11, 2015
sys27 added a commit that referenced this issue Nov 13, 2015
sys27 added a commit that referenced this issue Nov 13, 2015
sys27 added a commit that referenced this issue Nov 15, 2015
sys27 added a commit that referenced this issue Nov 15, 2015
sys27 added a commit that referenced this issue Nov 15, 2015
@sys27
Copy link
Owner Author

sys27 commented Nov 18, 2015

Add XML Docs.

sys27 added a commit that referenced this issue Nov 19, 2015
sys27 added a commit that referenced this issue Nov 19, 2015
sys27 added a commit that referenced this issue Nov 19, 2015
sys27 added a commit that referenced this issue Nov 24, 2015
@sys27 sys27 closed this as completed Nov 26, 2015
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant