Warning: Incoming Syntax Change.
  [Thread Prev] | [Thread Next]
 
 
- Subject: Warning: Incoming Syntax Change.
 - From: Ori Bernstein <ori@xxxxxxxxxxxxxx>
 - Date: Tue, 18 Jul 2017 16:01:16 -0700
 - To: myrddin-dev@xxxxxxxxxxxxxx
 
The Myrddin syntax is getting a fairly intrusive change. `in` is too good of a variable name to waste on a for loop separator. Going forward, `:` will be the new separator. That means, for example: for x in seq becomes: for x : seq Right now, the compiler accepts both. In a week or two, it's gong to start warning about the earlier form, and in a couple of months, `in` will be removed fully. -- Ori Bernstein <ori@xxxxxxxxxxxxxx>
- Prev by Date: Re: [PATCH] Allow matching of empty structs and arrays
 - Next by Date: Builds go parallel. Also, improved ergonomics overall.
 - Previous by thread: Re: [PATCH] Allow matching of empty structs and arrays
 - Next by thread: Builds go parallel. Also, improved ergonomics overall.
 - Index(es):