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

Function Signature pass #111

Open jmeaster30 opened 4 months ago

jmeaster30 commented 4 months ago

Go through and save all of the function signatures into the symbol table.

Doesn't really do much other than set up the symbol tables to have the functions and variables it needs