oke
oke
CC#
Created by oke on 3/7/2024 in #help
Where can I find a working library for making a LLVM compiler?
I found this library (https://github.com/dotnet/LLVMSharp) that provides extern references for the LLVM lib, but it doesn't work and seems to be abandoned. Does anyone know of other C# libraries that would help with making an LLVM compiler? Even better if it natively supports Antlr ASTs. Thanks
2 replies
CC#
Created by oke on 3/2/2024 in #help
Drag-And-Drop Environment Like NeetCode Roadmap or Scratch
I'm incredibly new to WPF. I'm trying to make an app with WPF .NET Core, and want to make an "environment" in the bottom right section of a grid. The items are just boxes that look neat and will hold text information, maybe even an icon or two. At this stage in development, I'm aiming for a functioning app before I get into snapping on all four sides to create larger blocks and such. But this is tricky being so new to WPF as I don't know what to do. Is there an element that's already available to create this? Or would I need to create all elements on my own? Thanks ~~~ I found this repo for an actual Scratch clone, but with WPF: https://github.com/weihuajiang/WPF-Blockly it's just that it is an actual code maker. I'm going to go through it and see if there's anything I can use.
22 replies