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

Add syscalls/intrinsics to talk to the operating system #52

Closed jmeaster30 closed 10 months ago

jmeaster30 commented 1 year ago

Need the ability to communicate with the OS we are running on so we need the ability to add intrinsics / syscall mappings into hydro.

jmeaster30 commented 10 months ago

Got stuff working!!!!!!!!!

We can now print. There will be more intrinsic values to come