You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
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.