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

Implement nice hydro syntax #41

Closed jmeaster30 closed 1 year ago

jmeaster30 commented 1 year ago

I would like to be able to write out hydro code without requiring me to manually type out the binary representation.

jmeaster30 commented 1 year ago

I want to make sure that this format will produce compile time errors for all the hydro exceptions that currently exist

jmeaster30 commented 1 year ago

Implemented the syntax. Still need to fully link up the modules

jmeaster30 commented 1 year ago

Made it so we resolve modules. It isn't the best code but it works!!