Skip to content

parser: handle bracket as parenthesis alias#105

Merged
Ciznia merged 1 commit intomainfrom
parser/process-brackets
Dec 9, 2025
Merged

parser: handle bracket as parenthesis alias#105
Ciznia merged 1 commit intomainfrom
parser/process-brackets

Conversation

@Sigmanificient
Copy link
Copy Markdown
Member

@Sigmanificient Sigmanificient commented Dec 9, 2025

Pull Request

Description

Related Story/Task

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
  • 📚 Documentation update
  • ♻️ Refactor (no functional changes)
  • 🧪 Test addition or modification
  • ⚙️ Build/CI changes

Implementation Details

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
    (including regression and/or integration tests)
  • Any dependent changes have been merged and published
  • The related story/task is updated

Testing

Screenshots / Examples

Deployment Notes


@github-project-automation github-project-automation Bot moved this to Created in GlaDOS Dec 9, 2025
@Sigmanificient Sigmanificient requested a review from Ciznia December 9, 2025 09:01
@github-actions github-actions Bot added the 7. component: parser Code related to the parser that processes source code syntax. label Dec 9, 2025
@Sigmanificient Sigmanificient added 6. release: patch Bug fixes requiring patch version bump (0.0.x). and removed 7. component: parser Code related to the parser that processes source code syntax. labels Dec 9, 2025
@renman-ymd renman-ymd added the 5. status: waiting-for-review This PR is waiting for reviewer feedback label Dec 9, 2025
@renman-ymd renman-ymd moved this from Created to In Review in GlaDOS Dec 9, 2025
@github-actions github-actions Bot added 1. difficulty : easy This task is simple or someone already knows how to do it. 7. component: uncategorized Code that don't fit into other component categories or need categorization. labels Dec 9, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 9, 2025

This PR has been labeled as uncategorized because no component could be automatically detected.

Please add an appropriate 7. component: * label manually.

@github-actions github-actions Bot added 7. component: parser Code related to the parser that processes source code syntax. 8. part: 2-custom-language Second deliverable: Custom language with compiler and VM. and removed 7. component: uncategorized Code that don't fit into other component categories or need categorization. labels Dec 9, 2025
@Sigmanificient Sigmanificient linked an issue Dec 9, 2025 that may be closed by this pull request
@renman-ymd renman-ymd added 5. status: ready-for-merge This PR is approved and ready to be merged and removed 5. status: waiting-for-review This PR is waiting for reviewer feedback labels Dec 9, 2025
@renman-ymd renman-ymd moved this from In Review to Waiting Merge in GlaDOS Dec 9, 2025
@Sigmanificient Sigmanificient force-pushed the parser/process-brackets branch from 4f95f86 to a8099ba Compare December 9, 2025 09:06
@Ciznia Ciznia merged commit 2b55680 into main Dec 9, 2025
7 checks passed
@github-project-automation github-project-automation Bot moved this from Waiting Merge to Closed in GlaDOS Dec 9, 2025
@Ciznia Ciznia deleted the parser/process-brackets branch January 18, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1. difficulty : easy This task is simple or someone already knows how to do it. 5. status: ready-for-merge This PR is approved and ready to be merged 6. release: patch Bug fixes requiring patch version bump (0.0.x). 7. component: parser Code related to the parser that processes source code syntax. 8. part: 2-custom-language Second deliverable: Custom language with compiler and VM.

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

[TASK] Handle square brackets in scheme

3 participants