tinygiant98

Results 18 comments of tinygiant98

Are you asking about applying encoding per-entry in a language/translation list for cexolocstrings?

@squattingmonk Ok, thanks for the feedback. I'll build up a windows version and see if it causese any issues there. If it does, I'll hide the changes behind an `#ifdef...

> How does it handle nested loops that use the same variable name? Are they scoped properly? > > ```c > for (int x = 0; x < 100; x++)...

I've run all the tests I can think of here, but I also know how it's supposed to work, so I'm probably missing some ideas on how to break it....

Ok, will try to clean all that up this week.

@cHackz18 There really aren't any magic numbers in the parser. The parser is broken up into grammar sections and each section has a set of numbered rules that are usually...

Ok, thanks for that legwork. I'll (or maybe somene else!) take a look next time I'm in the compiler code.

For the nsc compilation issue, have you tried adding the `-d:mingw` flag to you `nim c` command?