theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Dynamic type checking. #129

Open theodore-norvell opened 6 years ago

theodore-norvell commented 6 years ago

During execution we should build typescript objects to represent types. On assignment, variable initialization, and parameter passing, we should check that the value assigned to a field is compatible with that members type of that field.