sophiajt / june

MIT License
813 stars 31 forks source link

Added support for print along with println #75

Closed LowLevelLore closed 1 month ago

LowLevelLore commented 1 month ago

As mentioned in this issue: https://github.com/sophiajt/june/issues/46, i have added the support for print statements along with println statements. The FunID(0) now refers to "print" and FunID(1) now refers to "println" by default.

sophiajt commented 1 month ago

@Python-Freak - didn't want print after all?

LowLevelLore commented 1 month ago

Some bug I will resolve it and reopen the PR, if it's ok ?

sophiajt commented 1 month ago

That's fine. A better way would be to switch the PR to a draft and let us know you're still working, just so we know.