Servostar / gemstone

programming language compiler
GNU General Public License v2.0
3 stars 0 forks source link

validate syntax tree #82

Open flixm16 opened 1 month ago

flixm16 commented 1 month ago

validate the scope and lifetime of all variables and functions vaidate box access validate function call validate types and check combatability validate module import etc.

flixm16 commented 1 month ago

change of direction: The implementation of the AST gets another layer of structs. the validation of the struct tree is simpler.