ethereum / emacs-solidity

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

Please Make Source Code Available #1

Closed rheaplex closed 9 years ago

rheaplex commented 9 years ago

Heya.

I code in Emacs, and I did write modes for lll and (old) Serpent. I'd like to not re-invent the wheel if there's an existing Solidity mode. Is it ready for use yet?

Thanks.

LefterisJP commented 9 years ago

hey rob, yeah it's totally experimental and I don't have lots of time to spend on it right now since Solidity itself takes all of my time. I thought I had pushed what I had so far. I am putting it now.

For now it's just syntax highlighting. Afterwards I am thinking of interfacing with the solidity libraries to provide for other more IDE-like features. I was pondering about a third program providing some client-server interface that solidity mode would be querying to get all necessary information. Much like irony-mode and rtags do with C/C++