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 support for int-variables #30

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

whotwagner
Copy link
Contributor

This commit changes int variables of commands to
string variables with a regex-validator to check if numeric only or variable with $-sign at the beginning. This commit adds further a variable_to_int-function to the baseexecutor that checks if the value is numeric after resolving the variable.

fixes #12

This commit changes int variables of commands to
string variables with a regex-validator to check if
numeric only or variable with $-sign at the beginning.
This commit adds further a variable_to_int-function to
the baseexecutor that checks if the value is numeric
after resolving the variable.
@whotwagner whotwagner merged commit f7dd5c6 into development Sep 6, 2023
@whotwagner whotwagner deleted the feature_int_variables branch September 6, 2023 15:38
whotwagner added a commit that referenced this pull request Nov 1, 2023
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.

None yet

1 participant