- or download this
('INUM',[$1, $tokenbegin])
- or download this
$ sed -ne '513,567p' Types.eyp | cat -n
1 sub _Lexer {
...
53 die "Unexpected character at $tokenbegin\n";
54 } # for
55 }
- or download this
my %lexeme = (
...
'--' => "DEC",
'**' => "EXP"
);