-
There is a notion of [well-formed IR](https://llvm.org/docs/LangRef.html#well-formedness) which is ensured by special LLVM [verification pass](https://llvm.org/docs/Passes.html#verify-module-verifier)…
-
Certainly! Here are the original research papers or significant works for the first ten researchers in pure logic, along with their URLs:
1. **Kurt Gödel (1906–1978)**:
- **Original Paper**: "Über…
-
- better syntax for struct access
- type-based pointer arithmetic
- easy declaration of external functions, with support for including relevant header files during printing of C code
- story for st…
-
You need a much more thorough introduction. Remember, this is the part that
convinces your reader to read the rest of the thesis. S/he needs to know what
to expect.
Section 1 can be fairly short, d…
-
It should allow declaring types in OCaml
```
class MyMegaItem = object ... end
let () = registerMetaType_MyMegaItem ()
````
ad use them in QML
```
Item {
MyMetaItem { ... }
}
```
-
The code documentation is scattered at the moment. The README now points to querycert.github.io for documentation. We should have a well understood process to produce documentation, and a clear entry …
-
```
There is no documentation of the Owl Lisp language whatsoever. This makes it
hard to use.
```
Original issue reported on code.google.com by `johnwco...@gmail.com` on 26 Nov 2011 at 9:37
-
I think it's important to have a _core_ language that serves as a good default target.
My initial attempt looks like this:
```ocaml
type core =
(* first four constructors correspond to regul…
-
Hi @paldepind. I opened this issue as a feedback to your mail. Sorry for the delay.
I'm going here to share some conclusions on my earlier experiments and my readings (I'd be happy to take part on t…
-
When a node (A) occurs multiple times as a dependency of another node (B), B will fire many times for each firing of A, and some of the firings will have wrong value.
The following test case illust…