Fleutot
Fleutot
Indeed the parser factory ought to support 3 modes.
Be my guest :) I might even jump back on the wagon as a contributor, it's just that I don't have the time+energy+incentives to lead that kind of project.
I intended it to be BSD, it's a mistake if it isn't written down. On Wed, Nov 18, 2015 at 4:53 PM, Leander [email protected] wrote: > I can't find any...
You know what? Let's make it MIT public license, I hate complicated choices :-) https://github.com/fab13n/parsec-coffee-script/commit/a8a95727d69db12d88fbb43485e555ab22ef7a3a On Wed, Nov 18, 2015 at 5:36 PM, Leander [email protected] wrote: > BSD 2 or...
Looks like something unspecified which used to work with CS 1.0, then turned into something unspecified which doesn't work with CS 1.2. CS is shock-full of these, that's one of...
@agladysh Adding this produces the same result: ``` token_mt.__serialize=token_mt.__tostring print(s.serialize(stream,{ })) ``` Besides, it could be debatable whether this is a bug for `__tostring`, but the same issue exists with...
I think `tostring` results shouldn't be quoted by Serpent itself. Otherwise, we can't tell the difference between a generated output and the corresponding literal string. In the example above I...
On Mon, Dec 30, 2013 at 7:01 PM, Paul Kulchenko [email protected]: > assert(s.line(stream1)==s.line(stream2)) > > Right, but these _are_ different values and I wanted them to look > different. >...