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
The # characters are used to allow Emperor programs to be parsed in a context-free way, specifically to end code-blocks such as while and for.
#
while
for
It would be nicer if Emperor were a white-space language. In this scheme, a dedent would serve the same purpose as a # in its current purpose.
It would also be possible to use { and } to delimit blocks, however these could lead to a verbose or inconsistent syntax.
{
}
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
The
#
characters are used to allow Emperor programs to be parsed in a context-free way, specifically to end code-blocks such aswhile
andfor
.Describe the solution you'd like
It would be nicer if Emperor were a white-space language. In this scheme, a dedent would serve the same purpose as a
#
in its current purpose.Describe alternatives you've considered
It would also be possible to use
{
and}
to delimit blocks, however these could lead to a verbose or inconsistent syntax.Additional context
N/A
The text was updated successfully, but these errors were encountered: