Skip to content

Commit

Permalink
feat: make local error recovery better and mock up autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 9, 2024
1 parent 1430483 commit a09d701
Show file tree
Hide file tree
Showing 5 changed files with 405 additions and 154 deletions.
2 changes: 2 additions & 0 deletions compiler/main/Driver.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ import Control.Concurrent (threadDelay, forkIO, Thre
import qualified Control.FoldDebounce as Debounce
import System.FSNotify
import Data.Time.Clock
import qualified AST.Source as Src
import Data.Maybe (isJust)



Expand Down
Loading

0 comments on commit a09d701

Please sign in to comment.