enso/engine
2020-05-06 19:00:03 +01:00
..
language-server Review of the Language Server Spec (#712) 2020-05-06 17:58:18 +03:00
polyglot-api/src Truffle Integration for the Binary Protocol (#711) 2020-05-06 14:23:00 +02:00
runner Compile Error Handling (#687) 2020-04-28 14:03:33 +02:00
runtime Add sections, underscore args and ignores (#716) 2020-05-06 19:00:03 +01:00
README.md Fix warnings, docs, and repo structure (#651) 2020-04-14 17:00:51 +01:00

The Enso Engine

The Enso engine is the codebase responsible for compiling and executing Enso code, as well as providing language server functionality to users of the language. It is subdivided into two major components:

  • Language Server: The Enso language service.
  • Polyglot API: The truffle-boundary safe API for communication between the language server and the runtime.
  • Runner: The command-line interface for Enso.
  • Runtime: The compiler and interpreter for Enso.