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

Get rid of using statements #100

Open jmeaster30 opened 8 months ago

jmeaster30 commented 8 months ago

using statements are kinda useless because we can just get the modules necessary through looking through all the function pointers.