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

Implemented parsing (merge to dev) #24

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

hrszpuk
Copy link
Member

@hrszpuk hrszpuk commented Jan 6, 2025

Related issues

Checklist

  • Parsing expressions
  • Parsing variable declarations
  • Parsing variable assignments
  • Parsing function calls
  • Parsing while loop
  • Parsing if-else
  • Parsing for loop

@hrszpuk hrszpuk added the enhancement New feature or request label Jan 6, 2025
@hrszpuk hrszpuk self-assigned this Jan 6, 2025
@hrszpuk hrszpuk linked an issue Jan 6, 2025 that may be closed by this pull request
@hrszpuk hrszpuk changed the base branch from main to dev January 6, 2025 09:36
@hrszpuk hrszpuk changed the title Implementing parsing Implemented parsing (merge to dev) Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

Implement parsing to fulfil test cases
1 participant