tdenniston / bish

Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
MIT License
1.48k stars 36 forks source link

fixes issue #79 dynamic_cast error #80

Closed masukomi closed 2 years ago

masukomi commented 2 years ago

Is this the best way to convert an integer to a string? I have no idea. I'm not a C++ dev, but Stack Overflow suggested it and it made things compile, and the tests pass. So, 🤷‍♀️

Fixes Issue #79