Arnaud Boeglin
Arnaud Boeglin
This library should make this trivial: https://hackage.haskell.org/package/vcs-ignore-0.0.1.0/docs/Data-VCS-Ignore-Repo-Git.html.
Most workflows evolved by adding missing libraries and steps when things got broken with time and we most likely need to revisit those and remove as many dependencies as possible...
How it works within the JS backend and how we should make it work for the llvm backend as well: ``` \x[2 hexa digits] \u[4 hexa digits] \u{whatever amount of...
When we compile a module we have a few steps: - source ast - canonical ast - solved ast - core ast - generated object file or js file The...
Main idea is to have 2 states, one for diagnostics and one for auto completion. Whenever the diagnostic is successful ( no parse or type error ), we write the...