Beef
Beef copied to clipboard
Beef Programming Language
The IDE is unable to find declaration of interface. Steps to reproduce: 1. Open AsyncCallback.bf from corlib. 2. Try "Go To Definition" on "IAsyncResult" From other files like "AsyncStreamReader.bf", go...
The code below works in C#: ```C# abstract class Parent { public abstract int Number { get; } } class Child : Parent { public override int Number { get;...
This seems to happen when the needle text is followed by a space. https://github.com/beefytech/Beef/assets/78807/1201cce7-ba8c-46d4-97a4-f060e2ae7e9a
When creating a function pointer as a field the autocomplete is a bit weird. After typing "public function " you would usually want to type: returnType(params), but the autocomplete seemingly...
It would be very helpful if the ComboBox in the emit view also appeared for generic methods.  Code: ``` using System; namespace simple_test; class Program { public static class...
The compiler allows you to get the function pointer of a consteval method, but attempting to call it results in a linking error. ```bf class Program { [Comptime(ConstEval=true)] public static...
The code below crashes the compiler when it's compiling. This seems like something that was working before. I hope this isn't caused by something else in my project. 🙏 ```bf...
While stepping through comptime debugging, all iterations of loops after the first one are skipped over, as demonstrated in the video below. https://github.com/beefytech/Beef/assets/86157825/8b4e371c-299e-4568-82b1-4011f3e0412f Tested with: https://github.com/beefytech/Beef/commit/aa4f9f7dfa8f2ad81a6807b87192516d0ce72a1a
 Tested with: https://github.com/beefytech/Beef/commit/aa4f9f7dfa8f2ad81a6807b87192516d0ce72a1a
I'm on the nighly build from 05/11/2024. The attached project crashes the IDE with the following error message:  [IdeCrash.zip](https://github.com/beefytech/Beef/files/15287604/IdeCrash.zip)