jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Need cast instructions #80

Open jmeaster30 opened 11 months ago

jmeaster30 commented 11 months ago

I would like to cast from one type to another and currently we have no way to do that!

Java bytecode has these instructions

jmeaster30 commented 11 months ago

I have casts to strings but not anything else