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

Preprocessor should replace all word types #319

Closed
Kaj-de-Vos opened this issue Nov 26, 2012 · 2 comments
Closed

Preprocessor should replace all word types #319

Kaj-de-Vos opened this issue Nov 26, 2012 · 2 comments
Labels
Red/System status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.wish Ticket requests a new feature.

Comments

@Kaj-de-Vos
Copy link
Contributor

#define clear (variable) [
    variable: 0
]
clear (x)

This creates a variable variable instead of a variable x. Some cases can be done by passing in a set-word as argument to the macro, but the preprocessor would be more useful if it would replace all word types.

@dockimbel
Copy link
Member

Sounds fair enough.

@dockimbel
Copy link
Member

Missing get-words processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Red/System status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.wish Ticket requests a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants