In the code itself as in compile your own `pp.c`.
On Thu, May 2, 2019 at 2:45 AM Adrian Grigore
wrote:
>
> I sanitized double-quotes because they have a high frequency in HTML files and
> you would have to do lots of escaping. I was also playing with HTML files
> while
> developing.
>
> I saniti
I sanitized double-quotes because they have a high frequency in HTML files and
you would have to do lots of escaping. I was also playing with HTML files while
developing.
I sanitized backticks before "$()" are the POSIX preferred method for command
substitution. Rest are normal POSIX sh(1) strings
Hi,
2019-05-01 18:21 GMT, Adrian Grigore :
> I think it's done:
>
> http://adi.tilde.institute/tmp/pp.c
>
>
>
> On Thu, Apr 25, 2019 at 6:44 AM Adrian Grigore
> wrote:
>>
>> Ok, refactored.
>>
>> http://adi.tilde.institute/tmp/pp.c
>>
>> Sorry, was experimenting before.
>>
>> On Wed, Apr 24, 2019
I think it's done:
http://adi.tilde.institute/tmp/pp.c
On Thu, Apr 25, 2019 at 6:44 AM Adrian Grigore
wrote:
>
> Ok, refactored.
>
> http://adi.tilde.institute/tmp/pp.c
>
> Sorry, was experimenting before.
>
> On Wed, Apr 24, 2019 at 11:58 PM opal hart wrote:
> >
> > On Tue, 23 Apr 2019 12:26