hy/hy
Zhao Shenyang dafcc7ec70 add symbol? function to hy.core
`symbol?` will test if the input is an instance of HySymbol. It's useful when writing macros.
2015-01-29 23:17:52 +08:00
..
contrib anaphoric: fix first & last when conditions fail 2014-05-24 17:48:46 +05:30
core add symbol? function to hy.core 2015-01-29 23:17:52 +08:00
lex Add support for multi-line strings in interpreter 2014-12-28 23:38:38 -06:00
models Merge branch master onto #525 2014-10-09 21:28:33 +05:30
__init__.py Remove HyLambdaListKeyword from the parser 2014-06-03 21:36:49 -04:00
__main__.py Typo fixes in comments 2014-05-02 21:31:51 +05:30
_compat.py Fix completion bugs 2015-01-19 12:17:12 -05:00
cmdline.py Merge pull request #756 from icholy/master 2015-01-19 19:30:47 +02:00
compiler.py Added a fix for nested decorators. Fixes #752 2015-01-14 19:42:02 +00:00
completer.py Fix completion bugs 2015-01-19 12:17:12 -05:00
errors.py Add clint as a dependency. 2014-12-06 21:15:59 +02:00
importer.py Fixes a long-standing bug in import under Python 3.3 and later. 2014-12-07 11:02:48 -07:00
macros.py HyMacroExpansionError shouldn't truncate message 2014-11-27 15:29:34 -08:00
version.py 0.10.1 2014-10-10 09:45:31 -04:00