hy/tests/native_tests
Kodi Arfer ed930edefe Allow keyword args in method calls before the obj (#1167)
Unlike Python, Hy allows the programmer to intermingle positional and keyword arguments. This change removes an exception to that rule for method calls, in which the method callee always had to be the first thing after the method. Thus, `(.split :sep "o" "foo")` now compiles to `"foo".split(sep="o")` instead of `HyKeyword("sep").split("o", "foo")`.
2017-01-03 00:24:55 -07:00
..
2016-12-29 08:35:54 -08:00
2013-03-05 18:39:34 -05:00
2016-12-25 16:57:50 -05:00
2016-09-20 13:05:52 -07:00
2016-09-20 13:05:52 -07:00
2015-08-04 16:43:07 +02:00
2015-10-01 10:08:04 +02:00