[Gambas-Notification] [Git][gambas/gambas][master] Now integer constants can be simple integer expressions in array, constant and...
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Tue Oct 12 13:36:36 CEST 2021
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
d651287c by gambas at 2021-10-12T13:33:45+02:00
Now integer constants can be simple integer expressions in array, constant and enumeration declarations.
[COMPILER]
* NEW: Shr, Shl, Asr, Asl, Lsl, Lsr, Rol and Ror can now be used as operators.
* NEW: Now integer constants can be simple integer expressions in array, constant and enumeration declarations.
[GB.EVAL]
* BUG: Fix a compiler warning.
- - - - -
20 changed files:
- main/gbc/Makefile.am
- main/gbc/gb_error.c
- main/gbc/gb_error.h
- main/gbc/gbc_header.c
- main/gbc/gbc_trans.c
- main/gbc/gbc_trans.h
- + main/gbc/gbc_trans_const.c
- main/gbc/gbc_trans_expr.c
- main/gbc/gbc_trans_tree.c
- main/gbc/gbc_type.c
- main/gbc/gbc_type.h
- main/gbx/gbx_subr_test.c
- main/lib/eval/eval_analyze.c
- main/lib/eval/eval_trans_expr.c
- main/lib/test/gb.test/.test
- main/share/gb_pcode.h
- main/share/gb_reserved.h
- main/share/gb_reserved_keyword.h
- main/share/gb_reserved_temp.h
- main/share/gbc_trans_common.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d651287c43f98b496bb759235d1a4f9dcdadea2d
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d651287c43f98b496bb759235d1a4f9dcdadea2d
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20211012/72ccf4f2/attachment.htm>
More information about the Notification
mailing list