Saravanan "Sarvi" Shanmugham
Saravanan "Sarvi" Shanmugham
Fix the tokenizer to handle line continuations under different scenarios
Parsing fails for if [[ -f "../build/tmp/dklm/klm_exports.h" ]]
The following bash code throws a parsing error let \ \ X=1 ParsingError: unexpected token '\n' (position 3)
I took the readlink intercept example and tried it rustc LD_PRELOAD=examples/readlinkspy/target/debug/libreadlinkspy.so rustc And it hangs. More details here https://users.rust-lang.org/t/intercepting-libc-readlink-with-a-rust-ld-preload-program-hangs-when-applying-to-cargo-build/48057/5 On debugging, it looks like its because of the recursionn refered...