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

Add text mode to #lang shrubbery #612

Closed
mnieper opened this issue Jan 14, 2025 · 0 comments · Fixed by #616
Closed

Add text mode to #lang shrubbery #612

mnieper opened this issue Jan 14, 2025 · 0 comments · Fixed by #616

Comments

@mnieper
Copy link

mnieper commented Jan 14, 2025

The shrubbery language currently parses the source invariably in top mode, which is the default one of parse-all:

https://github.com/racket/rhombus/blob/master/shrubbery-lib/shrubbery/main.rkt#L24

I would welcome an option (or a second language) such that parsing happens in text mode.

usaoc added a commit to usaoc/rhombus that referenced this issue Jan 26, 2025
Like `shrubbery` meta-language, but parses the module in `'text` mode.

Resolves racket#612.
@usaoc usaoc closed this as completed in 1328baa Jan 27, 2025
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

Successfully merging a pull request may close this issue.

1 participant