[swift-dev] AST – Understanding @lvalue

2016-05-24 Thread Tim Bodeit via swift-dev
I couldn’t find any documentation about lvalues in Swift. Can anybody give me a short explanation of what exactly an lvalue is? In C++ all variables, including those marked with the const modifier seem to be lvalues. It seems to me, that this is not the case for let constants in Swift. I compar

[swift-dev] Fwd: Swift AST documentation

2016-05-24 Thread Tim Bodeit via swift-dev
I would be interested in documentation of the AST syntax as well. Are there any documents about this so far? If not, are there any plans for such documentation in the future? > On 18 Jan 2016, at 21:26, Kostiantyn Koval via swift-dev > wrote: > > Hi, > > I'm trying to read and understand Sw

[swift-dev] Putting Swift Programming Language Book under Git version control

2015-12-17 Thread Tim Bodeit via swift-dev
I just saw Chris Lattners tweet about the translation section of the Swift Documentation page . The idea to encourage community driven translations into other languages is great. But getting multiple people to collaborate on a single translation language requi