Skip to content

A high level LLVM IR AST provider for GraphEngine JIT.

Notifications You must be signed in to change notification settings

thautwarm/LLAST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLAST

Description

LLAST provides multiple level representations of LLVM.

Usually abstract syntax trees constructed by users in the form of algebraic data types are transformed to LLVM IR.

Usage

For Windows users

Use cd LLAST && dotnet publish -c Release -r win10-x64 to create a executable which could compile a LISP dialect into LLVM IR.

See examples at examples/*.lisp.

High Level Language Constructs

A set of high level constructs are located at LLAST/Constructs.

About

A high level LLVM IR AST provider for GraphEngine JIT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages