ack/lang/cem/cemcom.ansi/make.tokfile

14 lines
130 B
Bash
Executable file

#!/bin/sh
cat <<'--EOT--'
/* Generated by make.tokfile */
/* $Id$ */
--EOT--
sed '
/{[A-Z]/!d
s/.*{//
s/,.*//
s/.*/%token &;/
'