Konrad Hinsen 0c56885d42 Use __future__.division for all Hy code
Fixes #106
Note: This is implemented by replacing all calls to Python's
builtin "compile" function by calls to hy.importer.compile_,
which adds the "future division" flag. Anyone using "compile"
in future work will have to remember this.
2013-04-12 05:23:25 +02:00
..
2013-04-11 22:25:23 -04:00
2013-03-28 22:42:53 -04:00
2013-04-02 14:50:16 -04:00
2013-03-18 10:27:14 -04:00
2013-04-06 20:02:08 -04:00
2013-04-04 19:32:56 -04:00