Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 522 Bytes

frege-xtext

IDE support for frege

Motivation

  1. one impl for eclipse and intellij IDE support
  2. decouple frege lang/compiler evolution from IDE support
  3. secondary: haskell IDE support

Implications

  1. abstraction for eclipse and intellij will introduce fuzziness
  2. some type introspection will be only available on compile time
  3. compilation requires feed-back channel for in-IDE display

Current state

  1. idea is born
  2. maven setup for eclipse
  3. PoC of some language features' interpretation