Skip to content
/ hebe Public

The simplest programming languaje made with LLVM

License

Notifications You must be signed in to change notification settings

imanolpg/hebe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

GitHub last commit GitHub language count GitHub repo size


alligator

hebe

The simples unfinished programming languaje you can find out there

About

This is the development of a ๐Ÿ”ฎ Kaleidoscope like languaje. It is the result of following the llvm tutorial on how to create a frontend programming languaje. This project is based on the ๐Ÿ‰ LLVM library commonly used for building compilers. Up to now the parser, lexer, AST, the code generation functions and the JIT drivers have been implemented.

Why discontinued? It is an really big work to maintain and continue adding new features to this project having limited time.

Feel free to PR this repo an add more stuff ๐Ÿš€๐Ÿš€ (only lit things accepted ๐Ÿ˜‰)

Usage

โš™๏ธ There is a make file.
๐Ÿ“ฆ All you have to do is install the llvm tools and build the project with CMake.

Motivation

If you have ever seen any @codediodeio video you know how ๐Ÿ”ฅ epic ๐Ÿ”ฅ is to make stuff. After seen the LLVM video I decided I wanted to try myself and develop something similar. It is really challenging to work with the library that powers some modern compilers like clang, Rust compiler or Swift compiler. In order to make this jurney easier, I have followed the official tutorial on llvm.org

About

The simplest programming languaje made with LLVM

Resources

License

Stars

Watchers

Forks