Skip to content

Novice Question PEG's #1332

Answered by sogaiu
gsilvers asked this question in Q&A
Nov 25, 2023 · 1 comments · 3 replies

You must be logged in to vote

Possibly using quasiquoting (~) and unquoting (,) might help:

(def file-filter-peg
  ~{
    :file-month (sequence ,current-year "11")
    :file-extension (sequence ".org")
    :main (sequence :file-month :d :d :file-extension)
    }
  )

For other options regarding communication, there are a few mentioned here (Zulip and Gitter / Matrix - I think Zulip is where things might be transitioning to).

Replies: 1 comment 3 replies

You must be logged in to vote
3 replies
@gsilvers

@sogaiu

@gsilvers

Answer selected by gsilvers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants