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

Refactor scripting #12

Merged
merged 54 commits into from
May 13, 2023
Merged

Refactor scripting #12

merged 54 commits into from
May 13, 2023

Conversation

jeff5343
Copy link
Owner

Actions are parsed line by line rather than being needed to be stored in a list. Python if statements, for loops, while loops, break statements, continue statements, and return statements are supported. For conditions, and and or keywords replace the old & and | operators.

jeff5343 added 24 commits May 7, 2023 10:11
also provided examples on what to use instead
`and` and `or` keywords are now used instead of `&` and `|`
@jeff5343 jeff5343 merged commit 133550d into main May 13, 2023
@jeff5343 jeff5343 deleted the refactor-scripting branch May 13, 2023 00:10
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