enso/engine
2020-04-24 17:33:27 +01:00
..
language-server Implement dataflow analysis for Enso (#673) 2020-04-23 16:25:39 +01:00
polyglot-api/src Add: executionContext/recompute command (#669) 2020-04-23 15:13:02 +03:00
runner Implementation of The Visualisation Binary Protocol (#665) 2020-04-23 12:42:59 +02:00
runtime Remove non-working caches from CI (#674) 2020-04-24 17:33:27 +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.