On Thu, Jan 2, 2014 at 6:18 PM, Mike Shal <[email protected]> wrote: > For example, in the linux kernel, a file like fs/ext3/Makefile is parseable > by both make and tup. The actual rules that handle that data in make are not > useable by tup, but it has the same syntax for variable definitions and > if-statements for some minor compatibility.
Ah, that clears it up! > You should be able to continue long lines with a backslash. Thanks! > This issue is now fixed in the Lua parser. The Tupfile parser doesn't have a > good way to delimit files with spaces at the moment, but I don't see why it > couldn't be added if someone found it necessary. Cool, thanks! I haven't gotten around to using the lua parser yet, but I suppose I will one of these days... Maybe for my next significant project... -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
