/*
 * $Id: plumhead.l 22236 2007-10-18 19:32:56Z bernhard $
 * Copyright (C) 2007, The Perl Foundation.
 */

%{
#include "plumhead_parser.h"
%}

%%

Hello                 return HELLO;
.                     /* eat up everything else */

%%

/*
 * Local variables:
 *   c-file-style: "parrot"
 * End:
 * vim: expandtab shiftwidth=4:
 */


syntax highlighted by Code2HTML, v. 0.9.1