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

Cmn 1258 add loops #135

Merged
merged 12 commits into from
Aug 23, 2024
Merged

Cmn 1258 add loops #135

merged 12 commits into from
Aug 23, 2024

Conversation

if-loop69420
Copy link
Contributor

Summary

Add loops and everything they entail. Lose sanity. Add loops to everywhere they need to be (e.g. blocks)

What's been done ?

  • Add syntaxkinds
  • Add tokens
  • Add loop parsing functions
  • Add exit and continue statements
  • Add all of this to block parsing
  • Lose Sanity

grafik

crates/definitions/src/data.rs Outdated Show resolved Hide resolved
src/grammar/loops.rs Outdated Show resolved Hide resolved
src/grammar/loops.rs Outdated Show resolved Hide resolved
src/grammar/loops.rs Outdated Show resolved Hide resolved
src/grammar/loops.rs Outdated Show resolved Hide resolved
src/grammar/loops.rs Outdated Show resolved Hide resolved
src/grammar/loops.rs Outdated Show resolved Hide resolved
@KieranKaelin KieranKaelin merged commit 237b2e6 into main Aug 23, 2024
5 checks passed
@KieranKaelin KieranKaelin deleted the CMN-1258-add-loops branch August 23, 2024 09:51
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