Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.58 KB

The Otter Programming Language

Otter is a statically-typed programming language that tries to be simple and fast. It can compile to multiple targets like:

Table of Contents

Overview

This repository is structured into the following directories.

Directory Description
docs Language specifiction, standard library documentation, etc.
examples Various code examples.
images Images that are used here.
source Source code of the compiler.
tests Testing the compiler.

Installing from Source

TODO

Building

TODO

Getting Help

TODO

Contributing

TODO

License

Otter is distributed under the zlib License. See LICENSE for details.