Paul R. Tagliamonte
|
c8d3a1859e
|
Reflowing the list-comp bits.
|
2013-04-02 20:47:24 -04:00 |
|
Paul Tagliamonte
|
12106d3d37
|
idle cleanup
|
2013-04-02 14:50:16 -04:00 |
|
James King
|
aa3a4e54cd
|
Minor py3.3 fixes
|
2013-04-02 14:38:21 -04:00 |
|
Paul R. Tagliamonte
|
b1c605cc6a
|
Updating the tests to not break Python 3.x
|
2013-04-01 23:06:59 -04:00 |
|
Paul R. Tagliamonte
|
fb6ec426e6
|
Adding in list comprehensions.
Thanks to paroneayea for the syntax brotip.
|
2013-04-01 22:47:11 -04:00 |
|
Paul R. Tagliamonte
|
c4b270a727
|
test coverage bits
|
2013-04-01 22:07:05 -04:00 |
|
Paul R. Tagliamonte
|
bb14b7a7f6
|
Add progn in :)
|
2013-04-01 21:08:32 -04:00 |
|
Paul Tagliamonte
|
6831841699
|
Adding in some tests for print
|
2013-04-01 19:51:21 -04:00 |
|
Christopher Allan Webber
|
b4ba4087df
|
Minor stylistic change to compiler.py
|
2013-04-01 18:41:55 -05:00 |
|
Christopher Allan Webber
|
f8be07b643
|
Defun is now an alias for defn
|
2013-04-01 16:36:56 -05:00 |
|
Christopher Allan Webber
|
73695881a9
|
Provide setf and setv as options for setting variables.
|
2013-04-01 16:32:48 -05:00 |
|
Christopher Allan Webber
|
9416422330
|
Changing cond to be more common lisp / emacs lisp like
Instead of:
(cond (condition-1) (body-1)
(condition-2) (body-2))
We now work like:
(cond ((condition-1) (body-1)
(condition-2) (body-2)))
|
2013-04-01 10:33:45 -05:00 |
|
Paul R. Tagliamonte
|
82c4ac1b8f
|
Moving to 0.9.3
|
2013-03-29 20:38:02 -04:00 |
|
Paul R. Tagliamonte
|
684c0e928b
|
License bits.
|
2013-03-28 22:42:53 -04:00 |
|
Paul R. Tagliamonte
|
c447a5dc7e
|
style cleanup
|
2013-03-28 22:33:32 -04:00 |
|
Paul R. Tagliamonte
|
32574e140e
|
adding space
|
2013-03-28 22:32:24 -04:00 |
|
Paul R. Tagliamonte
|
de7a450d92
|
Adding in a completer.
|
2013-03-28 21:42:40 -04:00 |
|
Paul R. Tagliamonte
|
1f1676c354
|
Adding in meth
|
2013-03-27 22:19:27 -04:00 |
|
Paul R. Tagliamonte
|
7eed26f0c3
|
Adding in tuples. Close #30. Ugly as hell.
|
2013-03-27 20:09:11 -04:00 |
|
Paul R. Tagliamonte
|
ccd26205d7
|
unbreak py3.3? need to re-add with
|
2013-03-24 10:00:07 -04:00 |
|
Paul R. Tagliamonte
|
dd6a883060
|
implmenting with
|
2013-03-24 02:04:44 -04:00 |
|
Paul Tagliamonte
|
980cd493e0
|
futzing with a few things
|
2013-03-21 19:27:34 -04:00 |
|
Amrut Joshi
|
db88fcd347
|
Support for "import as"
|
2013-03-19 05:33:45 +00:00 |
|
Paul R. Tagliamonte
|
07c169eb1b
|
Adding in a main bit for rPy evil bits
|
2013-03-19 00:58:43 -04:00 |
|
Paul R. Tagliamonte
|
a94831beac
|
add mod operator
|
2013-03-18 21:46:58 -04:00 |
|
Paul R. Tagliamonte
|
a0ff144686
|
adding slightly better reprs in
|
2013-03-18 21:08:35 -04:00 |
|
Paul R. Tagliamonte
|
83a9bdc87d
|
adding in rest macros
|
2013-03-18 19:49:36 -04:00 |
|
Paul R. Tagliamonte
|
a58c813dda
|
adding in a slice operator
|
2013-03-18 19:47:48 -04:00 |
|
Paul R. Tagliamonte
|
8f6c77831b
|
Adding first' / car'
|
2013-03-18 16:11:29 -04:00 |
|
Paul R. Tagliamonte
|
4cb4e7384e
|
holy shit it's 2013
|
2013-03-18 10:27:14 -04:00 |
|
Paul R. Tagliamonte
|
da65ba4b4c
|
Releasing 0.9.2
|
2013-03-15 15:35:25 -04:00 |
|
Paul R. Tagliamonte
|
791a7f212e
|
adding set thinger in
|
2013-03-15 15:33:51 -04:00 |
|
Paul R. Tagliamonte
|
7741b2e1dd
|
Adding in #! as a comment
|
2013-03-14 21:03:33 -04:00 |
|
Paul R. Tagliamonte
|
3c288519ac
|
adding in yielding
|
2013-03-14 20:55:11 -04:00 |
|
Paul R. Tagliamonte
|
4172ca2db7
|
Fixing up the REPL a skitchbit.
|
2013-03-14 19:44:33 -04:00 |
|
Paul R. Tagliamonte
|
ff37c47c43
|
Adding in a Hy REPL
|
2013-03-14 17:36:38 -04:00 |
|
Paul R. Tagliamonte
|
9b32506854
|
Fixing catch a bit to now force a param.
|
2013-03-14 09:21:03 -04:00 |
|
Paul R. Tagliamonte
|
36bc16211e
|
Tweaking out the machine voodoo.
|
2013-03-13 21:30:17 -04:00 |
|
Paul R. Tagliamonte
|
0bc2dd8d00
|
Moving `for' to a "macro"
|
2013-03-13 20:41:53 -04:00 |
|
Paul R. Tagliamonte
|
a238ac53c3
|
Adding back Python 2.6.
|
2013-03-13 20:02:16 -04:00 |
|
Paul Tagliamonte
|
57775a95a6
|
Fiddling with the threading macro
|
2013-03-13 10:11:14 -04:00 |
|
Paul R. Tagliamonte
|
daa6443e7c
|
Adding in a Threading macro (->)
|
2013-03-12 22:04:51 -04:00 |
|
Thomas Mashek
|
d68c1149e2
|
Merge branch 'master' of github.com:tenach/hy into earmuffs
|
2013-03-12 13:09:15 -07:00 |
|
Thomas Mashek
|
b6eca8dfc0
|
Earmuff stuff.
|
2013-03-12 12:46:20 -07:00 |
|
Thomas Mashek
|
8a88b2a0f0
|
Making dict comprehension work with py2.6
|
2013-03-12 12:39:23 -07:00 |
|
Paul R. Tagliamonte
|
84a7fbb301
|
Time for 0.9.1.
|
2013-03-11 21:14:45 -04:00 |
|
Paul R. Tagliamonte
|
cdffc9d9d1
|
Forcing newlines
|
2013-03-11 20:40:38 -04:00 |
|
Paul R. Tagliamonte
|
9c3a3a13c9
|
Adding in commit juju
|
2013-03-11 20:33:06 -04:00 |
|
Paul R. Tagliamonte
|
9f057e8c8f
|
Fixing 3.x AST
|
2013-03-11 20:17:27 -04:00 |
|
Paul Tagliamonte
|
b12e14b96b
|
Adding in CodeMirror stuff. Makin' moves.
|
2013-03-11 19:14:20 -04:00 |
|