namgk / ambienttalk

Automatically exported from code.google.com/p/ambienttalk
0 stars 0 forks source link

native equivalent of keyworded functions cannot be parsed #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. e.g. parsing "if:then:else:( true, {} , {} )"

What is the expected output? What do you see instead?

The native function equivalent to keyworded functions such as if: () then: {} 
else: {} cannot be 
parsed. Since these keyworded functions should be syntactic sugar for the 
native functions, I would 
expect the native functions to be usable too.

Original issue reported on code.google.com by kevin.pinte@gmail.com on 6 May 2010 at 9:33

GoogleCodeExporter commented 8 years ago

Original comment by kevin.pinte@gmail.com on 6 May 2010 at 9:34

GoogleCodeExporter commented 8 years ago
This was fixed in r1902.

Original comment by Botje.linux@gmail.com on 11 Apr 2012 at 9:37