Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Do defsyntax extensions like cata work in ClojureScript? #243

Open
volisoft opened this issue May 5, 2023 · 0 comments
Open

Comments

@volisoft
Copy link

volisoft commented May 5, 2023

Are defsyntax macros supposed to work in ClojureScript?

When running in ClojureScript browser environment the following example fails with "Cannot read properties of undefined" pointing to m/cata.

(ns test
  (:require [meander.epsilon :as m]))

(m/match [:tag 1 2 3]
  [:tag & ?rest] (m/cata ?rest)
  _ :nomatch)
@volisoft volisoft changed the title Do defsyntax extensions like cata work in ClojureScript? [Question] Do defsyntax extensions like cata work in ClojureScript? May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant