eerolanguage / eero

Eero was a fully binary- and header-compatible dialect of Objective-C, implemented with a modified version of the Apple-sponsored LLVM/clang open-source compiler. It featured a streamlined syntax, Python-like indentation, and other features that improve readability and code safety. It was inspired by languages such as Smalltalk, Python, and Ruby.
https://web.archive.org/web/20171101134337/http://eerolanguage.org/
288 stars 7 forks source link

AppCode support #41

Open vjpr opened 10 years ago

andyarvanitis commented 10 years ago

Full AppCode support would be nice. I've done some prototyping with their plugin API and libclang. But is this request for full support (e.g. autocomplete, navigation, etc.), or just basic building and debugging? Building and debugging currently works, as long as Xcode has been set up with its Eero plugin.

vjpr commented 10 years ago

Great to hear building and debugging works.

This is more of a request for full support. Is there an AppCode plugin project on GitHub somewhere? I'd like to play around with it.

andyarvanitis commented 10 years ago

I never did get it far enough along to share it anywhere, but I'll see if I can dig it up. And just to clarify, AppCode building and debugging works without any AppCode plugin (but it relies on the Xcode plugin installed and working).