enso/engine
2020-06-25 16:32:05 +02:00
..
language-server Update references to Luna to be Enso (#931) 2020-06-24 12:07:24 +01:00
polyglot-api/src Fix uncached versions of the function call flow. (#844) 2020-06-19 15:15:43 +02:00
runner Migrate the REPL to the New Server (#827) 2020-06-15 13:06:20 +02:00
runtime Fix unbalanced parentheses parse error (#937) 2020-06-25 16:32:05 +02: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.