coat
coat copied to clipboard
EDSL for C++ to make just-in-time code generation easier
Just a small fix up on the comparison of references. When swapping operand sides, one should not take the negation of the operator. So `` instead of `>`
Hello, First of all I'd like to share a very positive feedback on the project. Last semester I completed [this project](https://github.com/EduardoGRocha/parabix-coat.git) where coat was used to compile code for ReGex...
Hello, @tetzank thank you and to your coauthors for developing Coat. This PR bumps the used version of LLVM to 12, which requires to change just a couple of lines....