braw-lee

Results 7 issues of braw-lee

I couldn't find a cleaner way to get values of upper and lower bound. Tell me if there is a better way to get those values. @CohenArthur @P-E-P

[link](https://godbolt.org/z/fMeMMseE5) currently no error occurs

HIR

Fixes #2888 Depends on #2889

Alternate implementation of PR #3044 this one uses std::vector and FFIVector acts as a wrapper around it

1. DONE: Added FFIVector, it will be used to convert Polonius output in rust to C++ format. 2. DONE: Provide helper implementations for all required types. 3. DONE: Construct the...

Added `location` field to BIR::Statement and BIR::Place, updated the BIR builders to take the source location from HIR and pass it to BIR node.

borrow checking