Skip to content

Add new various tokens#21

Merged
yydev-official merged 11 commits into
azin-lang:devfrom
Pacsfury:patch-2
Jun 30, 2026
Merged

Add new various tokens#21
yydev-official merged 11 commits into
azin-lang:devfrom
Pacsfury:patch-2

Conversation

@Pacsfury

Copy link
Copy Markdown
Contributor

Added new tokens:

  • Modulo (%)
  • Ampersand (&) and logical and (&&)
  • Pipe (|) and logical or (||)
  • Caret, bitwise xor (^)
  • Tilde, bitwise not (~)
  • Dot
  • Left and right brackets

@yydev-official yydev-official left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Approved!

@yydev-official yydev-official left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Fix CI/CD errors, other than that everythings fine

@Pacsfury

Pacsfury commented Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

Fixed. I think it can now be approved

Merge branch main into dev
@spatulari

Copy link
Copy Markdown
Contributor

You need to resolve conflicts

@Pacsfury

Copy link
Copy Markdown
Contributor Author

Done

Pacsfury added 3 commits June 29, 2026 16:18
Reordered token kinds to move 'dot', 'left_bracket', and 'right_bracket' to the end of the list. Updated switch case statements to reflect the new order.
@Pacsfury

Copy link
Copy Markdown
Contributor Author

Omg all tests passed

@yydev-official yydev-official merged commit 6ed827c into azin-lang:dev Jun 30, 2026
4 checks passed
@Pacsfury Pacsfury deleted the patch-2 branch June 30, 2026 12:23
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.

4 participants