quirrel icon indicating copy to clipboard operation
quirrel copied to clipboard

Quirrel - Gaijin Entertainment dynamic script language

Results 5 quirrel issues
Sort by recently updated
recently updated
newest added

causes the underliner pos to be off. Could be just 4 spaces for now? `#define NEXT_TAB() {Next();_currentcolumn += 4;}` `case _SC('\t'): _flags |= TF_PREP_SPACE; NEXT_TAB(); continue;` --- Best would probably...

I added ifdef __APPLE__. I also had to add some brackets to some if/for/if/else blocks before it would build. Also, fcloseall() does not exist on Mac. It's called in "before_exit()"...

This PR fixes a bunch of compiler warnings generated by VS2019 Only tested these changes on VS2019.

Hi! Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). E.g. PGO results for LLVM-related tooling are [here](https://github.com/llvm/llvm-project/issues/63486). According to the tests, PGO usually helps...