paxcut

Results 408 comments of paxcut

ok, just checking, maybe you mean to use return instead of break? break will evaluate until the end of the struct always, but when a break is hit that will...

Could you provide some example input and the expected console output?

It looks like the code works as written. The following code ```cpp #include "std/string.pat" fn SKIP_SPACE(str source,u32 i){ std::print("1:i= {0},{1},",i,source[i]); for(i=i,i

Ok, i tried those and they return ```cpp I: 1:i= 1,t, I: 2:i= 1,t, I: 3:i= 2,e, I: 1:i= 1,e, I: 2:i= 1,e, I: 3:i= 2,s, I: Pattern exited with...

Although I would agree with you in general, the truth is that the current pattern editor source code makes writing such extension pretty difficult. As proof of this notice how...

It appears there is no command line to accomplish this even though the cli allows syntax like ``` $ imhex --pl run -i ../examples/diadisc.mov -p small.hexpat -v ``` already. On...

Most likely due to the creation of nullptr nodes that were assumed to be impossible to create but was recently found not to be the case. when there is missing...

The values on pragmas are not options that the pattern editor reads to use as values for newly opened or created patterns. pragmas are like any other preprocessor directives. A...