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

Multiline indicator statements #45

Merged
merged 47 commits into from
Aug 4, 2023
Merged

Conversation

tom-writes-code
Copy link
Owner

No description provided.

Martin Tosney and others added 30 commits March 18, 2022 13:00
New build target to package REPL as a save file
…-save-file

Omit modules and EVFEVENT from packaged save file
…ary-list

Ensure REPL program library is in libl during execution
Thanks to Bob Cozzi for the suggestion.

Once the %upper BIF is a bit more established, we should look to replace
the usage of this custom procedure.
…e-proc

Optimise toUpperCase implementation.
I'm getting constant crashes with this change in of pointer not set - I wonder if it's because we're accepting (and returning) a varchaR(512), but calling it with a char(71).
This was planned functionality that never went anywhere
Remove all reference to abandoned functionality (REPLREFBLD)
Resolve an issue found whereby a French-language i was unable to compile - at least partly because ",0" means something else in that language setting. A similar problem seemed to occur with vertical pipes but not explicitly declaring CONCAT.
Allow users to edit the control options they see on screen
Save all snippets to the session user, not the current user.
…arators

Support comma decimal separators
Source types can now be `mainline` or `control`
tom-writes-code and others added 14 commits April 26, 2022 18:39
Fix UNSIGNED/UNS parsing error
Use the id rather than name in the helper procedures to reduce overflow errors
Print user-generated compilation errors back to the user
Print details of compilation errors back to the user
Support comments in code by stripping them from the generated code object
introduce @scan to function as %scan, but not returning for string literals
@tom-writes-code tom-writes-code linked an issue Aug 4, 2023 that may be closed by this pull request
@tom-writes-code tom-writes-code merged commit 49de44c into main Aug 4, 2023
@tom-writes-code tom-writes-code deleted the multiline-indicator-statements branch August 4, 2023 15:15
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

Successfully merging this pull request may close these issues.

Long Indicator Variables do not work
2 participants