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

Implement if-block generation #4

Merged
merged 3 commits into from
Jul 26, 2024
Merged

Implement if-block generation #4

merged 3 commits into from
Jul 26, 2024

Conversation

ozhanefemeral
Copy link
Owner

This PR adds support for if-blocks in our code generator, including:

  • New types for if, else-if, and else blocks
  • Logic to generate TypeScript code for if-blocks
  • Unit tests for if-block creation and nested structures
  • An end-to-end test for code generation with function calls and if-blocks

one step at a time 🫡

@ozhanefemeral ozhanefemeral merged commit 45e5da7 into main Jul 26, 2024
1 check passed
@ozhanefemeral ozhanefemeral deleted the feat/if-block branch July 26, 2024 16:44
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.

1 participant