ammarbinfaisal / sahl

a programming language with channels and coroutines/threads
MIT License
10 stars 1 forks source link

implement tuples #6

Closed ammarbinfaisal closed 1 year ago

ammarbinfaisal commented 1 year ago

partially done. https://github.com/abooishaaq/sahl/commit/79b982967a3901fb837c0b723d57235fb920f16d and https://github.com/abooishaaq/sahl/commit/f488c86d263f8ee88bc83a11308c979b4d902776

ammarbinfaisal commented 1 year ago

now I have to implement indexing and maybe destructuring

ammarbinfaisal commented 1 year ago

indexing has been done. added tests for it https://github.com/abooishaaq/sahl/commit/162436248d1e20d82ded0e3df9a21fc8904bbc0b

ammarbinfaisal commented 1 year ago

closing this in favor of #28