hy/hy
Gergely Nagy 702811c69a Implement :keyword support
This implements keywords, ":" prefixed symbols that are able to look
themselves up in a collection. They're internally stored as strings that
start with "\ufdd0".

This fixes #22.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2013-04-11 15:13:26 +02:00
..
contrib Revert "Make HySymbol bytes free!" 2013-04-06 20:02:08 -04:00
core Mangle a macro until it stops moving 2013-04-07 18:41:41 -04:00
lex Implement :keyword support 2013-04-11 15:13:26 +02:00
models Implement :keyword support 2013-04-11 15:13:26 +02:00
__init__.py moving atoms around to make it easier for internals. 2013-04-10 20:04:58 -04:00
__main__.py License bits. 2013-03-28 22:42:53 -04:00
compiler.py Implement :keyword support 2013-04-11 15:13:26 +02:00
completer.py idle cleanup 2013-04-02 14:50:16 -04:00
errors.py holy shit it's 2013 2013-03-18 10:27:14 -04:00
importer.py moving to locals; fixing _ast vs ast, adding tests 2013-04-09 21:40:54 -04:00
macros.py Revert "Make HySymbol bytes free!" 2013-04-06 20:02:08 -04:00
mangle.py Bugfix for #50. I'm slowly starting to take a shine to this. 2013-04-05 19:29:31 -04:00
util.py list flattener 2013-04-04 19:32:56 -04:00