SaptakBhoumik / Peregrine

A blazing fast language for the blazing fast world(WIP)
https://peregrine-lang.github.io/
Mozilla Public License 2.0
1.46k stars 76 forks source link

Binary, Octal, and Hexadecimal #141

Closed Steammake3 closed 1 year ago

Steammake3 commented 1 year ago

I see no support for 0b, 0o, or 0x. I have forked and will try working on this, but I have not done c++ before. I am not sure how I would go implementing this anyways, because I have only done high-level programming.

SaptakBhoumik commented 1 year ago

Support for hexadecimal is already there. There's no plan for octal and binary cuz not very useful

Steammake3 commented 1 year ago

ok