Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

am0d/Andowe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andowe is a small language that I am implementing.
It is implemented in OCaml, using an LLVM backend for compilation and
JIT interpretation.

Some of the features of the language will be:
    - Support for object-oriented programming
    - Support for functional programming
    - Static duck-typing with type inference
    - Garbage collection
    - Pattern matching
    - Separate module compilation
    - Polymorphic functions

Currently, I am going through the Kaleidoscope tutorial available on http://llvm.net and implementing it, but I will later be extending this to create my own language Andowe.

About

A simple programming language based on LLVM's Kaleidoscope tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages