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

Enforce pipe rules #62

Closed
gabordemooij opened this issue Feb 17, 2016 · 3 comments
Closed

Enforce pipe rules #62

gabordemooij opened this issue Feb 17, 2016 · 3 comments

Comments

@gabordemooij
Copy link
Owner

Right now you may use \ and | to separate params in a block from the block body.
The Lexer should enforce use of \ only for blocks without any parameters and forbid the use of | for empty param sections.

@MadcapJake
Copy link
Contributor

Why use two characters for this at all? Why not converge on using one for both situations?

@gabordemooij
Copy link
Owner Author

Well mostly because it does not look very nice, but that's basically all. Maybe this is not a real issue at all...

@gabordemooij
Copy link
Owner Author

The pipe has been discontinued, we now use smalltalk like parameters ( :param1 :param2 )

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