PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] sbcmd
Date: Friday, 25 Sep 2020, 09:15:01


    > Message Posted By: Unknown
    >
    > In subcommand, how do we choose between [prefix] ([command]) and [prefix]
    > ([command]) [redList]. Do we try the latter out if the former is successful?

As the pseudocode in the Addendum on Expression Parsing
suggests, parsing is greedy---you eat tokens until you
find one that you cannot use.

--Stan-
PREV INDEX NEXT