Re: [dev] Preprocessor

2019-05-01 Thread Adrian Grigore
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

Re: [dev] Preprocessor

2019-05-01 Thread Adrian Grigore
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

Re: [dev] Preprocessor

2019-05-01 Thread Teodoro Santoni
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

Re: [dev] Preprocessor

2019-05-01 Thread 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 at 11:58 PM opal hart wrote: > > > > On Tue, 23 Apr 2019 12:26