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/
287 stars 7 forks source link

Statement starting with left parenthesis erroneously interpreted as part of a function call #6

Closed andyarvanitis closed 12 years ago

andyarvanitis commented 12 years ago

Code of the form:

id obj = String new
((RecordType*)ptr)->x = 0

Produces:

error: called object type 'id' is not a function or function pointer
andyarvanitis commented 12 years ago

Fixed during refactoring