hy/hy/core
Simon Gomizelj 1b7dfd2839 Make HyKeyword a first class objects
HyKeywords are no longer an instances of string with a particular
prefix, but a completely separate object.

This means keywords no longer trip isinstance str checks, adding a
little bit of type safety to the compiler.

It also means that HyKeywords evaluate to themselves.

Closes #1352
2018-04-07 22:29:20 -07:00
..
__init__.py Move hy.core.reserved to hy.extra.reserved (#1231) 2017-03-02 16:49:32 -06:00
bootstrap.hy Update copyright years 2018-01-01 10:38:33 -05:00
language.hy Make HyKeyword a first class objects 2018-04-07 22:29:20 -07:00
macros.hy fix indent 2018-03-23 14:16:06 -07:00
shadow.hy Overhaul mangling rules 2018-03-13 14:55:53 -04:00