David Mertens

Results 5 issues of David Mertens

Is there a reason we can't revise the symbol table copy process to use the current `define_push`?

`tcc_compile_string_ex` was a convenience function for C::Blocks. That module is now sophisticated enough that it should be able to add `#line` directives to strings that are being compiled.

I had hoped to finish writing this and post it quickly, but that's taking a little longer than I had expected. The details are tricky! This system allows for single...

See todo tests in https://github.com/run4flat/C-Blocks/blob/65c42f212998e133006c09f811caa9699654d778/t/19-clex-binds-correct-scope.t#L7

When running `RPerl/Test/Operator05BitwiseNegation/program_01_good.pl`, the output on my machine is: ``` have $foo = 0 have $bar = 1 have $bat = 4294967295 have $baz = 4294967294 have $foo = 4294967290...