Skip to content

Commit

Permalink
Support for macros in the shell
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Jan 29, 2012
1 parent 74ab6e3 commit 7bd7511
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/joxa/shell.jxa
Expand Up @@ -55,6 +55,12 @@
ast)
((:module . _)
ast)
((:defmacro . _)
ast)
((:defmacro+ . _)
ast)
((:do . _)
ast)
((:require . requires)
(transform-module-expr :require requires ctx))
((:use . uses)
Expand Down

0 comments on commit 7bd7511

Please sign in to comment.