hy/hy
Julien Danjou cb20910d93 Remove `pass' from the language.
This also fixes a bug in the pass optimize missing branch where the code is
something like: [stmt, [], stmt]; in such case we want to filter out [], so
if we end up with [] we can optimize it. This fix is needed otherwise (do)
inside (do) are not properly optimized.

Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-14 13:56:44 +02:00
..
contrib Revert "Make HySymbol bytes free!" 2013-04-06 20:02:08 -04:00
core updating the nested mangles 2013-04-11 22:25:23 -04:00
lex Style fixes; function declashing. 2013-04-12 09:11:56 -04:00
models Factor str_type into hy.util 2013-04-12 20:42:39 +02:00
__init__.py Adding in the new models. 2013-04-12 09:18:25 -04:00
__main__.py License bits. 2013-03-28 22:42:53 -04:00
compiler.py Remove `pass' from the language. 2013-04-14 13:56:44 +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 Fix hyc 2013-04-13 16:28:37 +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 Factor str_type into hy.util 2013-04-12 20:42:39 +02:00