Releases: couchand/petard
Releases · couchand/petard
v0.0.7
- update to LLVM 3.9
- split out libpetard from node bindings
- efforts to improve C++ code style
- more test coverage
v0.0.6
- many more error messages to make things easier to use
- a lot more test coverage
- fixed a stupid bug that would truncate literal float values
v0.0.5
- array, struct, and vector types
- getElementPointer
- JIT compilation
- lots more helpful error messages
- much higher test coverage
v0.0.4
- select statement (a high-level switch)
- switch instruction
- floating point types
- floating point instructions