ethereum / emacs-solidity

The official solidity-mode for EMACS
GNU General Public License v3.0
205 stars 66 forks source link

Flycheck: parse warnings #12

Closed juergenhoetzel closed 7 years ago

juergenhoetzel commented 7 years ago

To support parsing of compiler warnings like:

hello.sol:1:1: Warning: Source file does not specify required compiler version!Consider adding "pragma solidity ^0.4.13

Thanks for this mode! :+1: