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

Make type checker / do semantic analysis phase #7

Closed jmeaster30 closed 2 years ago

jmeaster30 commented 3 years ago

We need to build up symbol tables and do some semantic analysis.

I do want the main function to take in some object that encodes the command line arguments instead of just an array of strings and then can output another object that can be passed into some other program

But for now we can just ignore the inputs and the outputs and just look for the main function

jmeaster30 commented 2 years ago

irrelevant