We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.Keywords
A Language Definition should be able to be useful enough to construct generic functionality that exists within almost all languages.
This can be accomplished partially by providing a .Keywords map that links the keywords within the language to a template that can generate them.
This map is encouraged to use multiple keys for the same value, in order to make translation easier.
For example, should a language have a sub keyword, the same value might also be mapped to the keyword function.
sub
function
The text was updated successfully, but these errors were encountered:
feat: Adding Keywords Map to Python Language ( Fixes #872 )
9140812
9edb1b6
27a0dce
327fa9e
1aa14c3
No branches or pull requests
A Language Definition should be able to be useful enough to construct generic functionality that exists within almost all languages.
This can be accomplished partially by providing a
.Keywords
map that links the keywords within the language to a template that can generate them.This map is encouraged to use multiple keys for the same value, in order to make translation easier.
For example, should a language have a
sub
keyword, the same value might also be mapped to the keywordfunction
.The text was updated successfully, but these errors were encountered: