Skip to content

Commit

Permalink
Push some of the non-recursive directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
drforr committed Jul 19, 2017
1 parent 4285efb commit edd52c3
Show file tree
Hide file tree
Showing 34 changed files with 1,296 additions and 150 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lib/.precomp
t/lib/.precomp
.*.swp
.*.swo
10 changes: 7 additions & 3 deletions lib/Format/Lisp.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ Format::Lisp - Common Lisp formatter
=begin DESCRIPTION
=end DESCRIPTION
Implements the Common Lisp (format) function.
=begin SPEC_DIFFERENCES
=begin DEBUGGING
In Lisp, ~& only adds a newline if there wasn't a newline on STDOUT previously.
=end DEBUGGING
=end SPEC_DIFFERENCES
=end DESCRIPTION
=begin METHODS
Expand Down
Loading

0 comments on commit edd52c3

Please sign in to comment.