Amr Hesham
Amr Hesham
Hello @danobi, Line Editor is very important feature to add, i think rustyline is great but i am experimenting with new custom line editor implementation now with more features like...
Hello @dclong, What you mean is Line Editor like Issue #50, i will implement a better one soon should be released on `0.11.0` Thank you, Amr Hesham
Hello @Nezteb, This is a good idea, i will add it to TODO Thank you, Amr Hesham
Hello @soupertonic, This issue happened on M1, Can you please try to compile to IR ``` cd bin ./amun compile-ir ../samples/Hello.amun ``` to run it using lli ``` lli output.ll...
That means the problem is not trom external linker or creating files, it comes from emit object or ll code oj M1, I will try to found the reason for...
Hello @genericptr, I think you need to use updated clang version to be able to compile C++20
I will search about this issue and check if i can solved it by adding flag or other thing
@genericptr Can you please add this line on `amun_compiler.cpp` file ``` #include ```
@genericptr Great, Yes i think `getPointerElementType` removed from llvm 16, it will work fine on llvm 15 and i will asap modify the code to work fine on llvm 16...
Hi Gregor, Thanks for creating this issue, i implemented a single line comment support like Python ``` # comment ``` I will release it today and you can use it...