diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-11-04 01:35:33 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-11-04 01:35:33 -0300 |
commit | b69c1857f9b1f811d510f70cff2e15bc02bb2fea (patch) | |
tree | 128ed3443baf3e6012271720954decd5aa47e025 /json.asd | |
parent | ddb4e50b2bcb700dc4fb0012d9a149f08726651f (diff) | |
download | json-b69c1857f9b1f811d510f70cff2e15bc02bb2fea.tar.gz json-b69c1857f9b1f811d510f70cff2e15bc02bb2fea.zip |
Generate a better parse tree
Diffstat (limited to 'json.asd')
-rw-r--r-- | json.asd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ (asdf:defsystem #:json :serial t - :depends-on (#:monparser) + :depends-on (#:utils + #:monparser) :components ((:file "package") (:file "json"))) |