enso/engine
Dmitry Bushev 1fbf3ad692
Catch Polyglot Exceptions (#1200)
`Panic.recover` catches host exceptions wrapping them in
`Polyglot_Error` atom constructor.
2020-10-07 23:43:12 +03:00
..
language-server Fix the Suggestions Database Updates Handling (#1161) 2020-10-05 17:22:13 +03:00
launcher Logging Service in the Launcher (#1169) 2020-10-02 18:17:21 +02:00
polyglot-api/src Fix the Suggestions Database Updates Handling (#1161) 2020-10-05 17:22:13 +03:00
runner Logging Service in the Launcher (#1169) 2020-10-02 18:17:21 +02:00
runtime Catch Polyglot Exceptions (#1200) 2020-10-07 23:43:12 +03:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +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.