jarcen

Results 2 issues of jarcen

I'm not fully familiar with this codebase, so pardon if I'm wrong. My first attempt to modify the code was to expand hardcoded context window of 512 to 4096 but...

enhancement

Simple code to reproduce: ``` if(255 < 10){ write_char('1'); } else { write_char('0'); } ``` This outputs 1. Changing 255 to 254 outputs 0 as expected. This was checked in...