chris west

Results 27 comments of chris west

@anahata0108 Thanks for opening an issue! Which terminal/shell/OS combination are you using?

@pfr-dev I have returned and I'll try to include this in the next update. Thank you for opening the issue!

@nirvdrum I don’t mean to imply that anything should be hardcoded, I’m sorry if I’m unclear or imprecise. At a high level, I think it would be useful if this...

I love this idea! Obviously serde doesn't fit with the goals of this project, but I've included support for it because it's so ubiquitous.

You probably do want `/usr/local`, as `/usr` is typically for packages installed by the OS's package manager. From http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLOCALLOCALHIERARCHY: > The /usr/local hierarchy is for use by the system administrator...

This is just my opinion, but for me LDPL is all about having fun and being weird. It’s one of my favorite art projects. What’s missing aren’t language features -...

That all said, here’s my thinking on ANTLR/C: ### C vs C++ - Why is it a goal to remove the dependency on C++? I find `gcc` installed on most...

I think there are two issues here: parsing JSON and validating JSON. As far as a parser goes, I think it will be tough to create one that is satisfactory...

I think I’m missing something, sorry - doesn’t the LDPL compiler need to know the depth and type of containers at compile time? How do you hold a value in...

The issue is still that you can have a value in JSON that is sometimes a string, sometimes a number, sometimes a list, and sometimes a map, but you can’t...