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.
- Host: GitHub
- URL: https://github.com/azer0s/hadesdoc
- Owner: Azer0s
- Created: 2018-08-28T19:46:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T10:15:44.000Z (about 6 years ago)
- Last Synced: 2025-01-11T07:35:23.889Z (over 1 year ago)
- Topics: language-specification
- Homepage:
- Size: 318 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.