Skip to content

Commit

Permalink
Fixes incorrect ordering of args in ll1/file-lines (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefnoah authored Dec 9, 2023
1 parent d291b81 commit 317fbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/parser/ll1.ss
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@

;; Parse an entire file line-by-line
(def (ll1/file-lines parse-line file (description file) (where 'll1/file-lines))
(ll1/file file (cut ll1-lines <> parse-line) description where))
(ll1/file (cut ll1-lines <> parse-line) file description where))

0 comments on commit 317fbc2

Please sign in to comment.