DulLabs / bhai-lang

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

Remove semicolons necessity from bhaiLang #189

Closed akgupta0777 closed 2 years ago

akgupta0777 commented 2 years ago

Description

; should not be there in a toy language. People from js and ts world don't use semicolon that much.

Suggestions If you found that ; is missing in code then compiler should either ignore it OR It should automatically place a semicolon there.

Domain

Bhai Lang

Type of Contribution

Addition, Enhancement

Code of Conduct

shriaas2898 commented 2 years ago

+1

tbhaxor commented 2 years ago

Mai kaam kar rha hu bhai log ispe

aniketsingh0104 commented 2 years ago

This is not a priority for us. Also, its a good practice to use explicit semicolons in js and ts also.