Skip to content

Commit

Permalink
Update progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Mar 21, 2024
1 parent 6986604 commit 2377217
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/org/jank_lang/page/progress/view.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
{:name "keywords/auto-resolved-qualified"
:tasks lex-parse-anal-eval
:done lex-parse-anal-eval-done}
{:name "keyword argument maps"
:tasks #{:parse}
:done []}
{:name "maps"
:tasks lex-parse-anal-eval
:done lex-parse-anal-eval-done}
Expand Down Expand Up @@ -129,7 +132,10 @@
:done #{:pass}}
{:name "syntax-quoting"
:tasks reader-macro
:done #{}}
:done reader-macro-done}
{:name "syntax-quoting/unquote"
:tasks reader-macro
:done reader-macro-done}
{:name "meta hints"
:tasks reader-macro
:done reader-macro-done}
Expand Down Expand Up @@ -1123,7 +1129,7 @@
:done #{:done}}
{:name "keyword"
:tasks [:done]
:done #{}}
:done #{:done}}
{:name "keyword?"
:tasks [:done]
:done #{:done}}
Expand Down

0 comments on commit 2377217

Please sign in to comment.