The Jacob project is a new kind of compiler library which makes building compilers and decompilers easier.
NOTE: Jacob is still very early in development please do not use it for important projects. Only use it for small experiments
To add Jacob to your project simply run following command in the terminal:
cargo add --git https://github.com/Cr0a3/JacobThen you can just get started with using Jacob!
We reconmend for getting started with Jacob to take a look at one of the many examples!