Skip to content

Commit

Permalink
rename reader2 -> lossless-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
fstamour committed May 27, 2023
1 parent f6aa858 commit cf3b81d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions breeze.asd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(:file "syntax-tree")
#++
(:file "reader" :depends-on ("syntax-tree" "utils"))
(:file "reader2" :depends-on ("utils"))
(:file "lossless-reader" :depends-on ("utils"))
(:file "pattern")
(:file "command"
:depends-on (#++"reader"
Expand Down Expand Up @@ -112,7 +112,7 @@
(:file "logging")
#++
(:file "reader")
(:file "reader2")
(:file "lossless-reader")
(:file "pattern")
(:file "command")
(:file "refactor")
Expand Down
3 changes: 2 additions & 1 deletion src/reader2.lisp → src/lossless-reader.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ parse" begins.


(defpackage #:breeze.reader2
(:documentation "")
(:documentation "A fast, lossless, robust and superficial reader for a superset of
common lisp.")
(:use #:cl)
(:import-from #:breeze.utils
#:subseq-displaced
Expand Down
File renamed without changes.

0 comments on commit cf3b81d

Please sign in to comment.