Skip to content

Commit

Permalink
Update progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Feb 25, 2024
1 parent e9de7a3 commit 23bceed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/org/jank_lang/page/progress/view.clj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
:done lex-parse-anal-eval-done}
{:name "sets"
:tasks lex-parse-anal-eval
:done #{:lex}}
:done lex-parse-anal-eval-done}
{:name "lists"
:tasks lex-parse-anal-eval
:done lex-parse-anal-eval-done}
Expand Down Expand Up @@ -127,9 +127,6 @@
{:name "macros/&env param"
:tasks #{:pass :set}
:done #{:pass}}
{:name "var-quoting"
:tasks lex-parse-anal-eval
:done #{}}
{:name "syntax-quoting"
:tasks reader-macro
:done #{}}
Expand Down

0 comments on commit 23bceed

Please sign in to comment.