How many of the following expressions are syntactically correct SLang 1 programs?
expressions
Review the syntax for the five types of expressions in SLang 1.
Pay particular attention to the positions of spaces and commas.
This exercise is about syntax, not semantics. A syntactically correct program only has to have a parse tree according to the grammar for SLang 1; it does not have to make sense!
hint4