theodore-norvell / PLAAY

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

VarDeclNodes inconsistant with documentation #33

Open theodore-norvell opened 7 years ago

theodore-norvell commented 7 years ago

The abstract syntax documentation of varDecl nodes currently says they have two children and two attributes.

The code has three children and one attribute that is not used.

The code certainly needs to change. Possibly also the documentation.

theodore-norvell commented 6 years ago

Another issue is that VarDeclNodes are currently considered expressions. This allows us to put them in places they shouldn't be. This needs to change.