Skip to content

TheTypoMaster/LLVMLang

 
 

Repository files navigation

#Grammar ##Variables @ Adress Opperator / Pointer to $ Value Opperator / Value of bar := 4 foo := @bar $foo := 8 (bar == 8)

#Functions ! the executor operator ! bang

##Types : (Type declare := (type infer) :: (type define) :> (type return)

##Scope { Scope Open } Scope Close {args} Scope Capture when used before a function Definition

##Preprocessor type stuf?

import lib entry = main

About

A Toy Language expermient that targets LLVM as a backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • CMake 2.4%
  • LLVM 0.8%