Here are
11 public repositories
matching this topic...
TypeScript to LLVM compiler (abandoned)
Updated
Oct 30, 2019
TypeScript
A statically-typed strictly-evaluated garbage-collected readable programming language.
"Testing Static Analyses for Precision and Soundness". This is an artifact of our work accepted at the CGO 2020.
Compiler frontend for Pascal like language.
Generate object code and IR code of a simple program using LLVM in Pure C.
Collection of experiments to carve out the differences between two types of relational query processing engines: Vectorizing (interpretation based) engines and compiling engines.
Haskell LLVM JIT Compiler Tutorial
Updated
Dec 27, 2017
Haskell
REalistic Fault INjEction using compiler-based instrumentation
Projects involving GCC and LLVM compiler framework
Improve this page
Add a description, image, and links to the
llvm-compiler
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
llvm-compiler
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
As you see in some file for example
lexer.test.c
file I want to implement items of tokens in several lines..https://github.com/One-Language/One/blob/master/test/lexer.test.c#L82
for example: