Difference between revisions of "Talk:Interview Dusoulier (2000) Rayward"
From LIS History
(→Lex script) |
|||
Line 11: | Line 11: | ||
} | } | ||
... | ... | ||
− | lex convert.lex -ll -o | + | lex convert.lex -ll -o convert |
</source> | </source> |
Revision as of 15:07, 16 April 2021
Lex script
cat <<... >convert.lex
%%
^"{{;Smallcaps" printf("{{;Petites capitales");
%%
main()
{
yylex();
}
...
lex convert.lex -ll -o convert