Com S 342 meeting -*- Outline -*- * syntax ** syntax of expressions start with expressions, such as 3 + 4 discuss parsing and parse trees, operator precedence recall the goal of manipulating programs as data what data structures do we have that would work? ** commands and combinations of commands terms: expression language vs. statement language assignment, sequencing, if that else, perhaps other special forms