Download List

Projeto Descrição

Eero is a binary-compatible variant of Objective-C 2.0, implemented with a patched version of the Clang/LLVM compiler. It features a streamlined syntax with improved readability and reduced code clutter, as well as new features such as Python-like indentation and a limited form of operator overloading. It is inspired by languages such as Smalltalk and Ruby.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-02 08:10
2013-01-31

Suporte para parâmetros de método 'instancetype'. Suporte para indexação de para-em loop. Unificação de sintaxe para-em loop para C + + 11 variou-baseado em loops. Mudou-se para uma linha de base do bumbum 3.3.
Tags: Beta
Support for 'instancetype' method parameters. Support for for-in loop indexing. Unified for-in loop syntax for C++11 ranged-based for loops. Moved to a clang 3.3 baseline.

2011-09-02 14:36
2011-09-01

Esta é a primeira versão beta. Funções aninhadas (tratados como blocos) foram introduzidos, junto com adicionou suporte sintático para NSRanges ("para-in" loops, usando literais "primeiro .. passado", eo "objeto [faixa]" operador).
Tags: Beta
This is the first beta release. Nested functions (treated as blocks) were introduced, along with added syntactic support for NSRanges ("for-in" loops, literals using "first .. last", and the "object[range]" operator).

2011-08-21 04:23
2011-08-20

Parâmetros do método opcional foram introduzidas.
Tags: Pre-beta
Optional method parameters were introduced.

2011-08-16 10:47
2011-08-15

Colchetes não são mais utilizados para a passagem de mensagens. Mensagens código foi reformulado.
Tags: Pre-beta
Square brackets are no longer used for message passing. Messaging code was refactored.

2011-08-03 17:28
2011-08-02

Blocos compactos foram introduzidos.
Tags: Pre-beta
Compact blocks were introduced.

Project Resources