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

add a comprehensive capture print in greenberry/utils.py #46

Closed Abdur-rahmaanJ closed 11 months ago

Abdur-rahmaanJ commented 5 years ago

currently here, we are having two capture_print functions, write a function that handles functions with parameters (including many args as well as optional args) and no parameters. hint: might use flags / optional args

hassaanseeker commented 5 years ago

I would like to work on this can you tell me a bit more.