Skip to content

Azurite-Language/azullvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Place a file named output.prellvm at the root of the project.
Run prellvm in the project directory. the llvm language code will be displayed in stderr, additional debug info will be printed in stdout.
Example command: ./main 2>output.ll && llc output.ll && gcc output.s make compile will execute the same command.

Prerequisites

llvm llc gcc

prellvm syntax

prellvm is agnostic to indentation, newlines, and whitespace.
there isn't comment.
for more information consult prellvm.azur inside the standard library.

Ressources used

LLVM tutorial at: https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/

About

Azullvm is tool that can be used to compile azurite code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published