Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tyg13/tylang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

tylang is a compiled, statically typed language using LLVM as its code-generating backend.

It doesn't do much, and only has signed integers so far, but has plans to support a much larger type system with powerful type inference (Hindley-Milner, most likely).

Building

tylang depends on LLVM 15.0, through inkwell. inkwell itself depends on llvm-sys, which relies on an environment variable LLVM_SYS_<VERSION>_PREFIX to locate LLVM itself. This means, to build tylang you will need to set LLVM_SYS_150_PREFIX to the top-level directory where LLVM 15.0 was installed.

Caveats

This is just a hobby project! It probably will never do anything useful.

About

Some kind of programming language, humbly named after yours truly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages