Skip to content

Commit

Permalink
[#44] save row and col metadata on parsed values
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Aug 25, 2019
1 parent 58c45e2 commit e2924e4
Show file tree
Hide file tree
Showing 24 changed files with 5,209 additions and 25 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ Copyright © 2019 Michiel Borkent
Distributed under the Eclipse Public License 1.0. This project contains code
from Clojure and ClojureScript which are also licensed under the EPL 1.0. See
LICENSE.

The directory `inlined` contains source from [`tools.reader`](https://github.com/clojure/tools.reader) which is licensed under the EPL license.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["resources" "src"]
{:paths ["resources" "src" "inlined"]
:deps {}
:aliases
{:test {:extra-paths ["test"]
Expand Down
Loading

0 comments on commit e2924e4

Please sign in to comment.