You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Elm compilers
2
2
3
-
In the last weeks, two full rewrites of the Elm compiler in Elm itself have surfaced.\
3
+
In the last weeks, two full rewrites of the Elm compiler in Elm itself have surfaced.
4
4
5
-
I'm not sure yet which project will work better of the different tools I want to have on [elm.run](https://elm.run), but the wasm build is maybe too heavyweight for a tour or the repl in comparison.
5
+
I'm not sure yet which project will work better for the different tools I want to have on [elm.run](https://elm.run), but the wasm build is maybe too heavyweight for a tour or the repl in comparison.
6
6
7
7
The elm-in-elm rewrites might also make it easier to [add translated error messages](https://github.com/katjam/local-elm/issues/5), which I'm interested in.
0 commit comments