<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Apr 16, 2020, at 9:43 AM, gettimothy via Squeak-dev <<a href="mailto:squeak-dev@lists.squeakfoundation.org" class="">squeak-dev@lists.squeakfoundation.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><blockquote style="caret-color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.333333015441895px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);" class=""><div class="">Grammar <-   Definition+ !.<br class=""></div></blockquote><br class="Apple-interchange-newline"></div></blockquote></div><br class=""><div class="">I think this is just the root definition of the tree after the mandatory Grammar definition. You are allowed one or more further definitions, which is what the + is for. The !. just says nothing else will be processed. To me it almost looks like the root as a no-op, because it just passes on to wherever Definition is defined. </div><div class=""><br class=""></div><div class="">Chris </div><div class=""><br class=""></div><div class="">Screaming Trees - Nearly Lost You </div><div class=""><a href="https://www.youtube.com/watch?v=PE5f561Y1x4" class="">https://www.youtube.com/watch?v=PE5f561Y1x4</a></div></body></html>