TheDan64 / limonite

[WIP] Compiler for the Limonite programming language.
Apache License 2.0
15 stars 3 forks source link

Update inkwell from 0.0.0 to github branch #58

Closed TheDan64 closed 4 years ago

TheDan64 commented 6 years ago

Now that Inkwell is starting to shape up, we should get our backend updated to the latest Inkwell. May end up providing valuable insights for Inkwell design as well. I've started this in the inkwell_future branch

TheDan64 commented 6 years ago

inkwell_future has proven hard to get compiling due to the fact that a lot has changed in the version of inkwell master is on and what inkwell is on today. I think the approach I'm going to take is to write a new backend from scratch using modern inkwell side by side with the current backend, rather than replacing it outright (replacing it when about at the same point)

TheDan64 commented 4 years ago

Done in features/new