Hi Matt, Matt Wette <matt.we...@gmail.com> writes: > I noticed that from 2.0 to 2.2 the reference manual section on compiling > to tree-il replaced `begin' with `seq'. Is `begin' going to be deprecated?
It's not merely deprecated, <begin> is no longer part of tree-il in 2.2. However, 'parse-tree-il' still handles 'begin', and converts it to nested <seq> forms. Mark