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 a way to specify if the code generated by a word should be inlined or not #8

Open
lucabol opened this issue Jan 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@lucabol
Copy link
Owner

lucabol commented Jan 5, 2022

One could think of something similar to immediate.

: test 1 1 + ; expand

or perhaps the default should be the other way:

: test 1 1 + ; inline

Right now everything is inlined. A nested function is generated if the tick(```) word is called.

@lucabol lucabol added the enhancement New feature or request label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant