Y
Hacker News
new
|
ask
|
show
|
jobs
by
vilterp
4006 days ago
`elm-make --report=json MyFile.elm` gives the error messages as JSON; very easy to parse out line & col. It's how the vim plugin that there's a video of in the post was made.
1 comments
aidenn0
4006 days ago
Yes, but most text-editors can already parse out the format that the gnu compilers emit, so why not do that?
link