Displaying 3 results from an estimated 3 matches for "instani".
Did you mean:
instant
2011 Oct 08
0
[LLVMdev] Enhancing TableGen
...orate?
>
It is like C preprocessor style of #define foo(). You may define a
function-like macro (creating abstraction of macros). I guess we will
not like this idea since it adds extra looking-up efforts when we read
a td file (we have to look up a macro function's definition as well as
its instaniations).
>> [string vs token]
>>
>> The preprocessor (as its current form) has tokens by default, and it
>> only converts a series of tokens and white spaces into a string if
>> explicitly required (by a special escape #"#, see example below).
>
> On further...
2008 Jun 08
20
how to parse a "dd/mm/yyyy" formatted date string???
Hi,
I''m stuck. How do you parse a "dd/mm/yyyy" formatted date string???
I get a date format error.
Thanks in advance
Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 Oct 07
4
[LLVMdev] Enhancing TableGen
Che-Liang Chiou <clchiou at gmail.com> writes:
> My purpose is to eliminate copy-paste style of programming in td files
> as much as possible, but only to a point that the new language
> constructs do not create too much overhead/readability-downgrade.
Yes!
> In other words, I am targeting those low-hanging fruit of copy-paste
> programmings in td files that are eliminated