serene/libserene/include
Sameer Rahmani f436d6cee4 Moving to the a JIT first design
I realized that focusing on SLIR at this stage is wrong. I need
to finish up the JIT first and use the JIT to implement `read`,
`eval` and `print` functions by linking their C++ implementations
via a static library to the target code and then focus on SLIR
or any alternative that might come next.

This is the finish linke for the `0.x` version series.
2022-06-10 21:49:11 +01:00
..
serene Moving to the a JIT first design 2022-06-10 21:49:11 +01:00
CMakeLists.txt Add the NsOp to represent namespaces 2022-04-27 21:49:57 +01:00