We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mikkel
I see DWARF and ELF on the list and of course it's way down the line but, will there be PDB suppo…
»
Abner Coimbre
Indeed, Allen.
»
Allen Webster
Sweet!
»
Jeremiah Goerdt
This is where all you fine people will come to talk about debuggery things and ask all the questi…
»
Jeremiah Goerdt
That's right folks, after starting Lysa, formerly known as Gungnir, almost exactly one year ago (…
»
Mārtiņš Možeiko
Pack them next to each other in memory - like Casey is doing for render commands. The disadvantag…
»
Dumitru Frunza
If the size of the struct is of concern, what are the available options? One solution that I can …
»
Allen Webster
It's more like saving files with original casing is a feature that is still missing. So it's not…
»
robby
Hi Allen, when i create a new file with control+n it will not use my case lettering. All filenam…
»
robby
Thanks Allen, great to hear!
»
robby
Hi Allen, thanks for the advice! I new about project.4coder but i did not think to use it this w…
»
Ginger Bill
Tagged/Discriminated unions are one of my favourite "complex" data structures. I use them for whe…
»
Ryan Fleury
@Jeroen van Rijn Thanks so much for the support!
»
Ryan Fleury
@Jeremiah Thank you so much! Yeah, I very recently learned about this use of unions, which is …
»
Doeke
cool!
»
Jeroen van Rijn
Yet another cool update :) Thanks, Delix!
»
Jeremiah Goerdt
Must watch movie right here. Linked because of the book reference. Enjoy :-)
»
Jeremiah Goerdt
Cool stuff. Using unions in this way is something I want to do more of. Since I write pure C, I d…
»
Raytio
I think it would be cool if you try to implement something other than a stack style. If your gon…
»
@Mattias_G
nothings I only had one strpool.h in my single-file-library list, so I added the others you've po…
»
Dumitru Frunza
Hey guys, I'd like to share with you the results of my project to build a compiler from scratch.…
»
Mārtiņš Možeiko
Couldn't catch the stream live, but here are couple comments on today's code. Instead of checkin…
»
Jeremiah Goerdt
nothings I only had one strpool.h in my single-file-library list, so I added the others you've po…
»
Ryan Fleury
Hello, everyone! It's been quite a busy few weeks, which is why I'm surprised at the fact that I…
»
Sean Barrett
I only had one strpool.h in my single-file-library list, so I added the others you've posted abou…
»
Ginger Bill
I do not allow those type of floating point literals so that's not a problem in this language. Th…
»
ratchetfreak
if you allow floating point literals like "2." or ".0" then the ".." may pose an issue when lexin…
»
Ginger Bill
After a lot of thought: * I've removed `...` and `..<` and replaced it with `..` which is eq…
»
Ginger Bill
This language is starting to take shape very fast and the "base language" looks like it will be d…
»
@Mattias_G
So, for the fourth weekend in a row (I am on a roll) I give you another stand-alone library. I ha…
»