hy/hy
Gregor Best 1de5513e48 Make read read line-wise and don't ignore Lexer Errors
This allows us to react to things like "(foo))" being passed in instead of
looping until kingdom come. Also makes tokenizing things that are not
expressions easier:

    => (read)
    "foo"
    u'foo'
    =>
2015-07-28 16:58:56 +02:00
..
contrib Merge pull request #788 from nicolas-p/ap-pipe-ap-compose 2015-07-23 15:08:18 +02:00
core Make read read line-wise and don't ignore Lexer Errors 2015-07-28 16:58:56 +02:00
lex Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
models Merge pull request #761 from larme/fix-replace-hyobject 2015-07-23 14:09:56 +02:00
__init__.py Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
__main__.py Typo fixes in comments 2014-05-02 21:31:51 +05:30
_compat.py adds support for Python 3.5 infix matrix multiplication 2015-04-12 21:45:39 -07:00
cmdline.py Run file using hy -i 2015-02-28 18:11:42 +10:00
compiler.py implement keyword-only arguments 2015-07-22 21:53:06 -07:00
completer.py move imports and operators to satisfy new version of pep8 checker 2015-02-16 22:21:49 -08:00
errors.py distinguish IOError when loading file from that raised by program itself 2015-02-16 14:27:18 -08:00
importer.py Merge pull request #761 from larme/fix-replace-hyobject 2015-07-23 14:09:56 +02:00
macros.py Fix some coding style problems 2015-01-24 09:25:04 +08:00
version.py 0.11.0 Release. 2015-05-09 14:16:28 -04:00