Re: [PATCH 3/3] tests: always quote $LODEV

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Nov 07, 2016 at 02:38:10PM +0100, Karel Zak wrote:
> For example if there is way how to generate the getopt stuff by m4
> without any additional dependence, it's easy to maintain (include
> translations by .po files) then it sounds good.

BTW, does yuck generates parser where the result is always yuck
specific struct or you have control on the parsers code and the result
in your hands?

I mean something like GNU Bison (yacc) where the final parser is "syntax
description" + "your code". It would be nice to have

 -f, --foo     This is foo description
 {
    /* code to handle foo */
    mystruct->foo = 1;
    printf("Nice you send foo");
 }

 -c, --ccc     This is coo description
 {
    /* my code for ccc */
    ...
 }


    Karel

-- 
 Karel Zak  <kzak@xxxxxxxxxx>
 http://karelzak.blogspot.com
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux