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

Enable lingo init -l python #44

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Enable lingo init -l python #44

merged 2 commits into from
Oct 11, 2023

Conversation

erlingrj
Copy link
Collaborator

Add a default HelloPy.lf and enable lingo init -l python.

Closing #21 and partly #43

TargetLanguage::TypeScript => include_str!("../../defaults/HelloTS.lf"),
_ => panic!("Target langauge not supported yet"), // FIXME: Add examples for other programs
_ => panic!("Target langauge not supported yet"), //FIXME: Add support for Rust.
Copy link
Member

@lhstrh lhstrh Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oowekyala, could you help us furnish support for Rust? (See #43)

Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, modulo formatting.

defaults/HelloPy.lf Outdated Show resolved Hide resolved
@lhstrh lhstrh added this to the Initial Release milestone Oct 11, 2023
@erlingrj erlingrj merged commit 2fe15fe into main Oct 11, 2023
4 checks passed
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.

2 participants