vil02/string_to_code action
Github action calling string_to_code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targetLanguage | Language of the generater code | no | "" |
| inputStr | The string which should be displayed by the generated program | yes | — |
| outputFile | The file with generated code | no | out.txt |
Outputs
| name | description |
|---|---|
| targetLanguage | Language of the generater code |
| code | The generated code |