We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#lang shrubbery
The shrubbery language currently parses the source invariably in top mode, which is the default one of parse-all:
top
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.
text
The text was updated successfully, but these errors were encountered:
add shrubbery/text meta-language
shrubbery/text
6a33009
Like `shrubbery` meta-language, but parses the module in `'text` mode. Resolves racket#612.
1328baa
Successfully merging a pull request may close this issue.
The shrubbery language currently parses the source invariably in
top
mode, which is the default one ofparse-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.The text was updated successfully, but these errors were encountered: