Abdur-rahmaanJ / greenberry

A one-line statement language with grammar and infinite look-ahead
https://abdur-rahmaanj.github.io/greenberry/
Apache License 2.0
50 stars 39 forks source link

Math Operations #20

Open Krafty-Coder opened 6 years ago

Krafty-Coder commented 6 years ago

Add functionality code for math operations.

KushalVijay commented 5 years ago

Hello!!, I am a beginner to open source and pretty good at python. What can I do to contribute or where should i code to resolve this issue.

Regards Kushal Vijay

Abdur-rahmaanJ commented 5 years ago

@KushalVijay

Normally to evaluate maths expression, we are just doing some tricks like using eval( ).

The real way to to it is using some parsing like here

try to adapt the code to this (issue #13 )

but i think here krafty wants more maths like cos sine etc

Abdur-rahmaanJ commented 5 years ago

also see update README

KushalVijay commented 5 years ago

Okay. I will go through it and try to work on it.

Abdur-rahmaanJ commented 5 years ago

@KushalVijay also i think that issue #33 and #34 will interest you

Josephasafg commented 5 years ago

is this already taken by @KushalVijay ?

KushalVijay commented 5 years ago

No, the issue given to me has already been resolved. You can take over it @Josephasafg

0xGodspeed commented 1 year ago

Is this still an issue? If so I would like to work on this. Thank you

Abdur-rahmaanJ commented 1 year ago

@0xGodspeed Try this one:

https://github.com/Abdur-rahmaanJ/greenberry/issues/80