holymer icon indicating copy to clipboard operation
holymer copied to clipboard

(WIP) A programming language

Results 2 holymer issues
Sort by recently updated
recently updated
newest added

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