enso/docs
Marcin Kostrzewa 3b96b9c4cc
Imports, Exports, and Modules documentation (#1086)
Co-authored-by: Ara Adkins <iamrecursion@users.noreply.github.com>
2020-08-17 17:45:00 +02:00
..
debugger Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
distribution Stub Out the Parser Interface (#1065) 2020-08-14 11:10:52 +02:00
infrastructure Stub Out the Parser Interface (#1065) 2020-08-14 11:10:52 +02:00
language-server remove duplicate suggestion entry id (#1074) 2020-08-11 15:17:39 +03:00
parser Stub Out the Parser Interface (#1065) 2020-08-14 11:10:52 +02:00
polyglot Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
rfcs Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
runtime Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
semantics Imports, Exports, and Modules documentation (#1086) 2020-08-17 17:45:00 +02:00
style-guide Refactor the flexer to enable code generation (#1040) 2020-08-03 18:26:10 +01:00
syntax Imports, Exports, and Modules documentation (#1086) 2020-08-17 17:45:00 +02:00
types Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
CODE_OF_CONDUCT.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
CONTRIBUTING.md Enso Version Management in the Launcher (#1059) 2020-08-10 12:14:39 +02:00
enso-philosophy.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
getting-enso.md [Build,Doc] Make builds work outside a repository 2020-07-27 12:45:19 +02:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
SECURITY.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

layout title category tags order
docs-index Enso Engine Developer Documentation summary
summary
readme
0

Enso Engine Developer Documentation

This folder contains the documentation for the implementation of the Enso programming language. The documentation is broken up by subject, within the below-listed categories, and each subject combines information about the design, specification, and implementation of the feature to which it pertains.

We provide a number of useful resources for getting a quick understanding of the Enso project:

  • The Enso Philosophy: Information on the design philosophy behind Enso, and why we build things in the way we do.
  • Contributing Guidelines: Information for people wanting to contribute to Enso (in many different ways).
  • Community Code of Conduct: The code of conduct for members of our community, developers and users alike.
  • Security Guidelines: Security guidelines for the Enso project, including supported versions and our vulnerability reporting process.
  • Getting Enso: Instructions for how to get and run a copy of Enso.

It is broken up into categories as follows:

  • Distribution: Information on how we distribute Enso to our users, and how Enso packages themselves work.
  • Language Server: Information on the Enso language server, its protocol, and how it integrates with the runtime.
  • Polyglot: Information on Enso's polyglot functionality, and how it is integrated into the surface Enso language.
  • RFCs: RFCs for Enso's development and evolution.
  • Runtime: Specification and documentation of the way that the Enso runtime is designed and implemented.
  • Semantics: A specification of Enso's semantics.
  • Style Guides: Style guides for the code written as part of the Enso project.
  • Syntax: A specification of Enso's syntax.
  • Types: A specification of Enso's type system and type theory.
  • Debugger: A specification of Enso's debugger.
  • Parser: Design and specification of the Enso parser.
  • Infrastructure: Description of the infrastructure for building Enso.