hy/tests/native_tests
Gergely Nagy c89865aaf0 defclass should add an implicit nil to --init-- functions
To make it easier to write --init-- functions, defclass will now check
any (setv) expressions (and its property list), to find any --init--
declarations, and append a nil to the end.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-09-24 09:46:59 +02:00
..
contrib xi parameter may appear in function position 2015-08-12 08:50:18 -06:00
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
cons.hy Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
core.hy enhance partition 2015-09-02 22:54:24 -06:00
defclass.hy defclass should add an implicit nil to --init-- functions 2015-09-24 09:46:59 +02:00
language.hy Merge pull request #938 from paultag/paultag/feature/hex-and-octel 2015-09-16 20:55:05 +03:00
mathematics.hy Merge pull request #875 from algernon/glc/defclass 2015-08-10 09:39:00 +02:00
native_macros.hy hy.contrib.alias: Move defn-alias and defmacro-alias here 2015-08-10 09:24:48 +02:00
py3_only_tests.hy remove catch in favor of except 2015-08-09 00:53:10 -06:00
quote.hy Remove HyLambdaListKeyword from the parser 2014-06-03 21:36:49 -04:00
reader_macros.hy reader macro #@ for with-decorator 2015-07-26 15:05:38 -07:00
shadow.hy remove catch in favor of except 2015-08-09 00:53:10 -06:00
unless.hy purged null from Hy 2015-08-11 16:22:13 -06:00
when.hy purged null from Hy 2015-08-11 16:22:13 -06:00
with_decorator.hy defclass reimagined 2015-08-04 16:43:07 +02:00
with_test.hy defclass reimagined 2015-08-04 16:43:07 +02:00