Home | Notes | Languages | Programs | Homework |
Re: extra commands |
Stephen Edwards (edwards@CS.VT.EDU)
Wed, 24 Oct 2001 08:30:22 -0400
Message-ID: <3BD6B45E.F133806F@cs.vt.edu> Date: Wed, 24 Oct 2001 08:30:22 -0400 From: Stephen Edwards <edwards@CS.VT.EDU> Subject: Re: extra commands
Michael Witczak wrote:
>
> Can there be extra commands after the first ireturn? From the definition of
> the grammar, there cannot be anything after an ireturn.
That is correct--any commands after the ireturn would not match the
grammar.
> The curator says there can be. Anyone else get this on their submission?
The curator may produce test cases that have commands after the ireturn,
but the "correct" output file will have them flagged as incorrect command
syntax.
-- Steve
-- Stephen Edwards 604 McBryde Hall Dept. of Computer Science e-mail : edwards@cs.vt.edu U.S. mail: Virginia Tech (VPI&SU) office phone: (540)-231-5723 Blacksburg, VA 24061-0106 -------------------------------------------------------------------------------
Home | Notes | Languages | Programs | Homework |