Date:2010-10-17 21:08:51 (13 years 5 months ago)
Author:Werner Almesberger
Commit:b5520264c67c333862c6f33f7a886113ef18a40d
Message:boom/mbq2lst: recognize #END comment (as end of file, like in the BOOM parser)

Files: boom/mbq2lst (1 diff)

Change Details

boom/mbq2lst
99print "eeschema (whatever) >> some date\n\n";
1010print "#Cmp ( order = Reference )\n";
1111while (<>) {
12    last if /^#END\b/;
1213    s/#.*//;
1314    next if /^\s*$/;
1415    @a = split(/\s+/, $_);

Archive Download the corresponding diff file

Branches:
master



interactive