[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] Add Javascript-like binary shift operators.
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: [Git][gambas/gambas][master] Add Javascript-like binary shift operators.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 01 May 2026 12:37:38 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 013dcf58 by Benoît Minisini at 2026-05-01T14:36:29+02:00 Add Javascript-like binary shift operators. [COMPILER] * NEW: Add '<<' as a synonymous of 'Shl' operator. * NEW: Add '>>' as a synonymous of 'Shr' operator. * NEW: Add '>>>' as a synonymous of 'Lsr' operator. - - - - - 2 changed files: - main/share/gb_reserved_keyword.h - main/share/gb_reserved_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/013dcf588cd7eed9ffb73cf0f479a9e9fa2b46ea -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/013dcf588cd7eed9ffb73cf0f479a9e9fa2b46ea You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help