Ellipse12
Ellipse12
while rolling it back fixes the above error it does not build the project successfully(at least from what I have tried) as Ubuntu 20.04 (aka Jammy) does not have LLVM-17...
Oops! the get function has a bug it should be: ```c3 fn Char32! StringIterator.get(&self) { usz len = self.utf8.len; usz current = self.current; usz read = (len - current <...
Ok good to know! Just fixed it.
Yeah sorry about that, I'm still trying to setup my environment for c3 so I was editing it in github. It should (hopefully) be fixed now.
Thank you for your patience. :)
Ok ill do that.
Done! Sorry for all of the hassle this is my first PR so thank you for being patient with me. Also just wondering how do you build the Debian binaries?...
Thanks for your understanding!
Personally I would think that forking llvm and building it in each docker image would be the easiest way to support multiple architectures/systems, or you could build it once for...