Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Make ":=" an expression. #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
":=" currently only functions in a definition context.  Make it usable in 
expression context so we can do things like this:

  foo(x := bar());
  while (l := src.readLine()) ;

Original issue reported on code.google.com by mind...@gmail.com on 7 Oct 2010 at 10:56

GoogleCodeExporter commented 9 years ago
fixed in rev f305574c967d

Original comment by mind...@gmail.com on 3 Aug 2011 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 5 Sep 2011 at 4:09