DulLabs / bhai-lang

A toy programming language written in Typescript
https://bhailang.js.org/
MIT License
3.99k stars 497 forks source link

Support for comparing `nalla` #185

Closed shriaas2898 closed 2 years ago

shriaas2898 commented 2 years ago

Description

Currently comparing nalla like nalla == nalla gives error NallaPointerException: Nalla operand ni jamta "==" ke sath, not sure if this is intended since even in Typescript and JS null == null evaluates to true, so here nalla == nalla should evaluate to sahi. I can take up this issue just need some help on how to get started.

Domain

Bhai Lang

Type of Contribution

Enhancement

Code of Conduct

aniketsingh0104 commented 2 years ago

fixed : https://github.com/DulLabs/bhai-lang/pull/219