Jasmine Burnside
Jasmine Burnside
**Is your feature request related to a problem? Please describe.** trying to make a functional language so I need higher kinded types (eg `int32 -> int32 -> int32`) thus I...
Hello so I am trying to work with x11rb inside wsl and have a working setup for an xserver (I have confirmed this through the weston program and was able...
**Describe the Bug** this is probably a cargo bug but seems there is a lasting artifact of old build of Inkwell. Gives the following error ``` error[E0308]: mismatched types -->...
I have began having this issue when I bought the beta a few months ago. I believe that the beta somehow changes the data structure so it can't access my...
[Here is some sample](https://replit.com/@JCBurnside/FParsecPipesFailureQtyWithNewlin#main.fs) not sure if I have configured one of the pipes wrong. also can we add a `p` or other means of capturing a whole line?
I am trying to add some functions from rust to a jit. the kaleidoscope example has printd and I am confused it is able to be called from the jit....
I would love to know what each of the functions returns and perhaps a little bit of what each function does. Like while looking through [object.h:134](https://github.com/never-lang/never/blob/master/include/object.h#L134) I see that it...
Reading through [this page](https://llvm.org/docs/TypeMetadata.html) on the reference for type metadata. and two errors happen. first it says `declare void @g() !type !3` is invalid specifically > error: expected '=' here...
## Description It supports creating the LLJIT engine off a module (consuming said module), adding global mappings off name and global values. Documentation needs a bit of work (thus starting...
**Is your feature request related to a problem? Please describe.** I am trying to add additional wrapping around `engine.get_function` to make a jit runtime that would be reusable. ```rs fn...