MaliusArth
MaliusArth
I have a self-built LLVM/Clang 6.0.1 and building with examples fails at camfilter with ``` [1/2] Building CXX object doc/readme/CMakeFiles/easyjit-example.dir/camfilter.cpp.o FAILED: doc/readme/CMakeFiles/easyjit-example.dir/camfilter.cpp.o /usr/local/bin/clang++ -I/usr/local/include -I/home/maliusarth/dev/ext/repos/easy-just-in-time/include -isystem /usr/local/include/opencv4 -Xclang -disable-O0-optnone -Xclang...
support importing of previously generated winstall scripts or the result of a `winget list` this would make it easier to create packs & remove the need for an account for...
raddbg --ipc commands are not executed right away, instead, they are executed once you hover over the rad debugger window or the window gets focused. I'm not sure if this...
You could show different regexes in increasing complexity to show people upfront what the tool is all about and how the representation would look like. (just like in the README.md...
## Context ```odin foo :: struct { bar: int, } main :: proc() { i1: foo.bar // Error: Type 'foo' has no field 'bar' i2: type_of(foo.bar) // Error: 'type_of(foo.bar)' is...