ForeStrikeGallery / Mamba

A programming language inspired by python
0 stars 0 forks source link

Implement parser and executor for declaring strings #5

Closed ForeStrikeGallery closed 2 years ago

ForeStrikeGallery commented 2 years ago

In https://github.com/ForeStrikeGallery/Mamba/pull/4, we've implemented a parser and executor for num type. With slight modifications, we can implement the same for strings as well. Let's do that.