reilabs / hieratika

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
1 stars 0 forks source link

Tweak the FLO representation for easier building #83

Closed iamrecursion closed 2 weeks ago

iamrecursion commented 2 weeks ago

Summary

This commit alters the FLO object format representation in some small ways to make it easier to build object file output in the hieratika compiler. It provides access to the context from within the builder for more in-depth modifications, and also changes the type representation subtly to make it less complex.

Details

Just a sanity check, please!

Checklist