cznic

Results 247 comments of cznic

Please [report the issue](https://github.com/cznic/cc/issues/new) with a reproduction case/details/files, such that I can prepare it locally. Thank you. edit: Please disregard, see below.

`stb_vorbis.c` now parses at my machine ok. Please take another look, thank you.

``` (16:30) jnml@r550:~/src/tmp/20160404$ cat main.go package main import ( "flag" "fmt" "go/scanner" "os" "github.com/cznic/cc" ) var m = cc.Model{ Items: map[cc.Kind]cc.ModelItem{ cc.Ptr: {8, 8, 8, nil}, cc.UintPtr: {8, 8, 8,...

5+ billion digit number :open_mouth:

LGPL is just fine to link to any program regardless of its license. Wolframs's Mathematica uses GMP as well, IIRC.

> Alternatively, a statically linked library is allowed if either source code or linkable object files are provided.[2] src: [Differences from the GPL](https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License#Differences_from_the_GPL) [2]: https://www.gnu.org/copyleft/lesser.html#section4

Except it's not correct. LGLP _does not_ forbid static linking. It just states particular conditions for that. Warning otherwise amounts to only spreading FUD. OSS vs commercial SW is a...

Revision https://github.com/corywalker/expreduce/commit/1c23eed951f301b7be729803329b7189eb268f3b precedes using the external parser that handles newlines [differently for interactive](https://github.com/cznic/wl/blob/a876709addec0459c076e2529b1b1c3295e63fb4/wl.go#L82) input. ``` jnml@4670:~/src/github.com/cznic/wl> go run demo.go Enter WL expression(s). Newlines will be ignored in places where the...

I've probably created a false memory of it based on the demo program seen above. However, I think it should be easy to make multi line input work in the...