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

Nested do support #40

Closed
ggeoffrey opened this issue Dec 18, 2021 · 1 comment
Closed

Nested do support #40

ggeoffrey opened this issue Dec 18, 2021 · 1 comment

Comments

@ggeoffrey
Copy link
Member

(tests
  "ok"
  1 := 1
  (do 1 := 1)

  "do not assert"
  (do (do 1 := 1))
  [(do 1 := 1)]
  )

Thanks to @emccu on Clojurians slack.

@ggeoffrey
Copy link
Member Author

Same issue as #42
We should improve how RCF parses and rewrites infix asserts

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

2 participants