An open API service indexing awesome lists of open source software.

https://github.com/azer0s/hadesdoc

Documentation/Spec for the Hades programming language.
https://github.com/azer0s/hadesdoc

language-specification

Last synced: 4 months ago
JSON representation

Documentation/Spec for the Hades programming language.

Awesome Lists containing this project

README

          

# Overview

## Getting Started

Learning Hades and writing your first programs.

### [Installing Hades](getting-started/installing-hades.md)

Instructions for downloading HadesLang and/or embedding it into your programs.

### [Basic Syntax](getting-started/basic-syntax.md)

Hades basics and quick introduction into the language.

### [Coding Conventions](getting-started/coding-conventions.md)

Current coding style for HadesLang.

## References

### [Language Spec](language-spec/)

The official HadesLang specification.

### [Package Documentation](core-libraries/standard-library/)

Documentation and definition of the Hades standard library.

### [Tool Documentation](other/tools.md)

Documentation for HadesLang tools.

### [Examples](other/examples.md)

Examples of Hades in use.