http://s.natalian.org/2016-03-04/linux.svg
data source:
http://s.natalian.org/2016-03-04/linux-v4.4-rc2-14-ge817c2f.csv
Wrote a script to help generate graphs for git maintained projects here:
https://github.com/kaihendry/graphsloc
I tried to have a separate work tree [1] but the original git r
> On Mar 3, 2016, at 11:00 AM, k...@shike2.com wrote:
>
>
>> Yeah, I'd really like to get rid of boost, and possibly migrate to a
>> lighter regex lib. The problem is that no currently available libs match
>> the required feature set:
>
> Write it. it is not so somplex to write a regex library.
> Yeah, I'd really like to get rid of boost, and possibly migrate to a
> lighter regex lib. The problem is that no currently available libs match
> the required feature set:
>
Write it. it is not so somplex to write a regex library.
Regards,
On Wed, Mar 02, 2016 at 06:26:23PM +, Maxime Coste wrote:
> In my experience, we dont need a very powerful (and complex) regex language
> for interactive use, its mostly the highlighting system that needs them,
In my experience syntax highlighting is a nice fit for Parsing Expression
Grammars