Commit Graph

  • a73d460beb try: allow empty body Julien Danjou 2013-04-07 19:06:02 +0200
  • 4debdf63ea Adding and / or to NEWS Paul R. Tagliamonte 2013-04-07 18:18:02 -0400
  • 47ec1d264c style fixes Paul R. Tagliamonte 2013-04-07 18:16:45 -0400
  • 3f84da8771 Merge branch 'f/and-and-or' of git://github.com/algernon/hy into pr-79 Paul R. Tagliamonte 2013-04-07 18:15:54 -0400
  • 1b7d145c65 Implement the (or) function too Gergely Nagy 2013-04-08 00:00:20 +0200
  • f03b538787 Implement the (and) function Gergely Nagy 2013-04-07 23:54:56 +0200
  • f5dc569de4 compiler: remove old TODO entry Julien Danjou 2013-04-07 23:14:42 +0200
  • 3cc165545d add to NEWS Paul R. Tagliamonte 2013-04-07 15:07:24 -0400
  • bfc71e4a60 Add tail threading (->>) Paul R. Tagliamonte 2013-04-07 15:05:30 -0400
  • 546e7ff50b Style bits Paul R. Tagliamonte 2013-04-07 14:32:47 -0400
  • 1853b7d33c Correctly balance the brackets in the wrong syntax tests Nicolas Dandrimont 2013-04-07 19:42:28 +0200
  • 0c0db1ddcb some last entries Paul R. Tagliamonte 2013-04-07 13:24:46 -0400
  • eba57bea07 Backfilling NEWS entries Paul R. Tagliamonte 2013-04-07 13:24:19 -0400
  • 0d96c95fe9 Adding 0.9.3 entries Paul R. Tagliamonte 2013-04-07 13:03:45 -0400
  • 070896adca Adding in a NEW file; filling this in Paul R. Tagliamonte 2013-04-07 12:47:07 -0400
  • bdd07e1251 Alias except' to catch' and raise' to throw' Julien Danjou 2013-04-07 18:24:01 +0200
  • 2fd56e8fa1 catch: uncomment some tests Julien Danjou 2013-04-07 18:20:32 +0200
  • 5e5ae07a9f fixing up the hy site to match the new catch syntax Paul R. Tagliamonte 2013-04-07 12:25:13 -0400
  • 70fd991ef1 Merge branch 'jd/catch' of git://github.com/jd/hy into pr-73 Paul R. Tagliamonte 2013-04-07 12:23:27 -0400
  • 6dec894a0c Better catch syntax Julien Danjou 2013-04-07 17:22:57 +0200
  • 4629501628 Addining some initial docs. Paul R. Tagliamonte 2013-04-07 11:35:10 -0400
  • 3c735d18bd Revert "Revert "Remove useless code"" Paul R. Tagliamonte 2013-04-07 10:06:44 -0400
  • 9d36dab693 Test importing things with dashes Paul R. Tagliamonte 2013-04-07 09:54:53 -0400
  • 2724478f13 Fix clone url in hacking docs Will Kahn-Greene 2013-04-07 07:55:16 -0400
  • c657def253 namespaceing to __hy in case anyone tries this 4real Paul R. Tagliamonte 2013-04-06 23:31:26 -0400
  • 03dfbde1b8 style voodoo Paul R. Tagliamonte 2013-04-06 23:11:43 -0400
  • 0429cbea12 Using punycode where we can. Paul R. Tagliamonte 2013-04-06 22:49:48 -0400
  • 5a96089266 Using backslashes for now; punycode soon. Paul R. Tagliamonte 2013-04-06 21:33:52 -0400
  • bac3f6991c Revert "adding this as testable" Paul R. Tagliamonte 2013-04-06 20:03:14 -0400
  • e0ed7cac40 Revert "Make HySymbol bytes free!" Paul R. Tagliamonte 2013-04-06 20:02:08 -0400
  • 262da59c77 Revert "Remove useless code" Paul R. Tagliamonte 2013-04-06 20:01:55 -0400
  • 104b9d1636 adding this as testable Paul R. Tagliamonte 2013-04-06 19:57:59 -0400
  • 0eb4029d74 Merge branch 'jd/clean-hystring' of git://github.com/jd/hy Paul R. Tagliamonte 2013-04-06 19:17:28 -0400
  • 801c4e0099 Remove useless code Julien Danjou 2013-04-06 23:40:21 +0200
  • 8b144a4f3d Make HySymbol bytes free! Julien Danjou 2013-04-05 17:20:12 +0200
  • 123339bfcf tests: simplify not compiling tests Julien Danjou 2013-04-06 21:28:12 +0200
  • 78133500cb Fix flake8 errors in tests Julien Danjou 2013-04-06 21:22:35 +0200
  • ae7d2ee845 Add flake8 in tox Julien Danjou 2013-04-06 21:15:23 +0200
  • 914011175f Style fixes Paul R. Tagliamonte 2013-04-06 13:15:32 -0400
  • 0eb795b4a5 Check the number of arguments for each function Julien Danjou 2013-04-06 16:33:06 +0200
  • 4b57fd0a51 Adding in an If mangle Paul R. Tagliamonte 2013-04-06 11:10:33 -0400
  • 3ab7153398 Merge branch 'master' of git://github.com/jd/hy Paul R. Tagliamonte 2013-04-06 08:19:23 -0400
  • a625493a3f Style fix Paul R. Tagliamonte 2013-04-06 08:18:45 -0400
  • 6aebc5820f Merge branch 'jd/if' of git://github.com/jd/hy Paul R. Tagliamonte 2013-04-06 08:18:13 -0400
  • c612582e7b cosmetic style fix Paul R. Tagliamonte 2013-04-06 08:17:04 -0400
  • 3e9a2178c5 Add support for unary operators (not, ~) Julien Danjou 2013-04-06 10:37:21 +0200
  • b36018981a if: emit error on too many args Julien Danjou 2013-04-05 17:37:55 +0200
  • 9768345a7c let: add a scope test Julien Danjou 2013-04-06 10:12:03 +0200
  • 485c98c799 Add important pause in quickstart to regain composure Will Kahn-Greene 2013-04-05 21:50:13 -0400
  • 7abc472336 Implementing `let' Paul R. Tagliamonte 2013-04-05 21:53:44 -0400
  • 9178d541fd Add necessary conclusion to quickstart Will Kahn-Greene 2013-04-05 21:38:18 -0400
  • 3cfaf0af1e Tweak runline for easier reading Will Kahn-Greene 2013-04-05 21:27:30 -0400
  • f9f99a430b Linkificate the other Python virtual environment text Will Kahn-Greene 2013-04-05 21:22:47 -0400
  • f129c50c1f We suck at changelog stuff; blasting. Paul R. Tagliamonte 2013-04-05 21:24:27 -0400
  • d48c2b7cae Calling this 0.9.4 0.9.4 Paul R. Tagliamonte 2013-04-05 20:47:25 -0400
  • fa5ab3b3ad Tests for a future native-eval. Close #64. Julien Danjou 2013-04-05 20:15:02 -0400
  • d206e327a9 Removing my name from the license. Paul R. Tagliamonte 2013-04-05 20:04:36 -0400
  • 42882a116c Merge branch 'docs-me-now' of git://github.com/willkg/hy Paul R. Tagliamonte 2013-04-05 20:04:28 -0400
  • 3b185250e0 trailing newlines suck Paul R. Tagliamonte 2013-04-05 20:01:37 -0400
  • d762625aeb also ignore setf / setv Paul R. Tagliamonte 2013-04-05 20:00:19 -0400
  • 27e4772aa7 Test the function return-o-matic Paul R. Tagliamonte 2013-04-05 19:59:33 -0400
  • 65ad7a3b87 Adding FunctionDef as a returnable Paul R. Tagliamonte 2013-04-05 19:46:27 -0400
  • 1d01d8874a Bugfix for #50. I'm slowly starting to take a shine to this. Paul R. Tagliamonte 2013-04-05 19:29:31 -0400
  • 4ddae38a8b Linkificate the Python virtual environment text Will Kahn-Greene 2013-04-05 16:39:46 -0400
  • b37f5f21d5 Fix to be more friendly Will Kahn-Greene 2013-04-05 16:34:25 -0400
  • 6fbba17158 Add quickstart and hacking docs Will Kahn-Greene 2013-04-05 16:30:12 -0400
  • 39106c9c62 Add explicit LICENSE file Will Kahn-Greene 2013-04-05 16:29:32 -0400
  • 57f764ebfe Cosmetic: Fix header formatting Will Kahn-Greene 2013-04-05 14:56:59 -0400
  • 936d1bcec7 testing nested things Paul R. Tagliamonte 2013-04-04 21:58:26 -0400
  • 7da1129298 Merge branch 'master' into bugfix/branch-mangler Paul R. Tagliamonte 2013-04-04 21:52:45 -0400
  • 9578ae7a57 This fix is in living memory of paroneayea Paul R. Tagliamonte 2013-04-04 21:52:15 -0400
  • 7c9fa3758c Print is for loosers. Paul R. Tagliamonte 2013-04-04 21:50:01 -0400
  • 4e2e18576a Fixing a subtle bug. Paul R. Tagliamonte 2013-04-04 21:49:04 -0400
  • 256506ede0 Sketch for #50 - branch mangler Paul R. Tagliamonte 2013-04-04 21:47:00 -0400
  • b2406a9d72 list flattener Paul R. Tagliamonte 2013-04-04 19:32:56 -0400
  • 3cd35e3ca6 Merge branch 'bugfix/fn-do' of git://github.com/olasd/hy Paul R. Tagliamonte 2013-04-04 07:30:40 -0400
  • ba021ed7bf Count the number of expressions executed in do Nicolas Dandrimont 2013-04-04 11:20:10 +0200
  • 06511fe303 Add do-in-defn tests Nicolas Dandrimont 2013-04-04 11:06:03 +0200
  • 940afcafa9 Allow (do) inside (defn) Nicolas Dandrimont 2013-04-04 08:51:59 +0200
  • 99f62fb8b3 Add some tests for defn Nicolas Dandrimont 2013-04-04 09:29:21 +0200
  • 20df97a66d note to self, changelog Paul R. Tagliamonte 2013-04-03 20:39:00 -0400
  • d421d869af Fixing the "olasd" bug Paul R. Tagliamonte 2013-04-03 20:18:56 -0400
  • 1763cb7a60 Merge branch 'master' of git://github.com/olasd/hy Paul R. Tagliamonte 2013-04-03 19:52:51 -0400
  • d5d05c1dba Removing accidental 1 insertion. Sorry paultag! Christopher Allan Webber 2013-04-03 16:27:20 -0500
  • 39bc7e0b97 Replacing "quirks and eccentricities" with a "welcome" Christopher Allan Webber 2013-04-03 16:27:01 -0500
  • 976d8b5bf1 Renaming "language spec" to "tutorial" Christopher Allan Webber 2013-04-03 16:21:31 -0500
  • b098070a7d Add myself to AUTHORS Nicolas Dandrimont 2013-04-03 21:03:34 +0200
  • d070d3d484 Add while loops to the compiler Nicolas Dandrimont 2013-04-03 19:55:09 +0200
  • c627fad5e2 No documentation of one of .hy's coolest features, bidirectional imports! Christopher Allan Webber 2013-04-03 11:59:52 -0500
  • 4a6fa15099 There's no reason for the " ; and a little more complex" comment Christopher Allan Webber 2013-04-03 11:30:22 -0500
  • ab1f30def5 Add hy logo to frontpage of docs Christopher Allan Webber 2013-04-03 11:27:40 -0500
  • 3537a8285d New (hy) logo! Christopher Allan Webber 2013-04-03 11:00:35 -0500
  • dceaad716a [WIP] Added lambda list keyword parsing step James King 2013-04-03 11:39:31 -0400
  • c200b4e3d1 Added HyLambdaListKeyword tokens to the lexer James King 2013-04-03 10:19:18 -0400
  • 7fed29dad8 Forgot to add @jd to AUTHORS. Thanks! Paul Tagliamonte 2013-04-03 09:22:37 -0400
  • f1ed021219 Merge branch 'jd/print-compile-error-in-repl' of git://github.com/jd/hy Paul Tagliamonte 2013-04-03 09:01:57 -0400
  • 0eeb5321e1 Merge branch 'jd/if-parsing' of git://github.com/jd/hy Paul Tagliamonte 2013-04-03 09:00:53 -0400
  • bcdf31e287 Do not quit hy if compile error occurs Julien Danjou 2013-04-03 11:34:10 +0200
  • 1c8d21e3de Raises TypeError on bad if statements Julien Danjou 2013-04-03 11:25:17 +0200
  • 41f0a69862 Add in a Python 3 hello world Paul Tagliamonte 2013-04-02 21:33:08 -0400