azur1s
Results
2
issues of
azur1s
current piping syntax ```sml fun main: int = do "Hello, World!\n" |> @write(_); return 69; end; ``` The `_` (Hole) is required by default, maybe it will be a quality-of-life...
enhancement
The diagnostics stuff can only report one error (not because the diagnostics is bad, I built it so that it can handle multiple error already) and isn't really helpful when...
good first issue