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

Enable multi-line definitions #10

Open
aw opened this issue Jan 8, 2023 · 0 comments
Open

Enable multi-line definitions #10

aw opened this issue Jan 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aw
Copy link
Owner

aw commented Jan 8, 2023

When processing characters, a newline is replaced by a space regardless of compile/execute mode, and then process_token is entered. When the character 0x0 is found, the token size is set to 0 and ok is called because it considers the last token to have been processed.

This procedure should be changed somehow to continue processing more tokens on the next line when in compilation mode (STATE = 1).

@aw aw added the enhancement New feature or request label Jan 8, 2023
@aw aw self-assigned this Jan 8, 2023
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