enso/engine
Dmitry Bushev 4c3b80cfe3
Add Error Handling to Execution Context (#742)
* add: error handling to execution context

* update: error handling

* add: logging

Co-authored-by: Ara Adkins <iamrecursion@users.noreply.github.com>
2020-05-14 18:48:44 +03:00
..
language-server Add Error Handling to Execution Context (#742) 2020-05-14 18:48:44 +03:00
polyglot-api/src Add Error Handling to Execution Context (#742) 2020-05-14 18:48:44 +03:00
runner Syntactic Java integration (#739) 2020-05-12 16:40:03 +02:00
runtime Add Error Handling to Execution Context (#742) 2020-05-14 18:48:44 +03: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.