Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
Please replace all _____ before you create a pull request!
Start the name of the PR with one of the relevant prefixes in the title of the PR:
๐๏ธ -> changes related to grammars or the transpiler
๐ชฒ -> solving a bug
๐ -> changes unrelated to shipping, such as mergify scripts
๐งน -> refactorings (changes that do not change functionality and are only a cleanup of code)
๐ป -> improvements and changes of the Hedy website
๐งช -> changes made to the test suite
๐ -> changes related to content
Fixes ___ (Always link the number of the issue or of the discussion that your PR concerns. If you use the word fixes before the issue number in this description, the related issue will automatically close then the PR is merged)
How to test
Follow these steps to verify this PR works as intended:
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).
Please replace all _____ before you create a pull request!
Start the name of the PR with one of the relevant prefixes in the title of the PR:
Fixes ___ (Always link the number of the issue or of the discussion that your PR concerns. If you use the word
fixes
before the issue number in this description, the related issue will automatically close then the PR is merged)How to test
Follow these steps to verify this PR works as intended:
Checklist Done? Check if you have it all in place using this list: (mark with x if done)
If you're unsure about any of these, don't hesitate to ask. We're here to help!