Brucey
|
b5731b0b11
Code generation changes. Version bump. (#713)
|
5 months ago |
Brucey
|
e01370035c
Merge pull request #692 from bmx-ng/bcc_reflect
|
6 months ago |
Brucey
|
10273c432e
Validate array index count
|
9 months ago |
FireballStarfish
|
f88594dba1
Merge remote-tracking branch 'remotes/origin/master' into bcc_reflect
|
11 months ago |
Brucey
|
6ac0e702be
Add struct-specific array creation and slicing.
|
1 year ago |
FireballStarfish
|
fd938d36fb
Merge branch 'master' into bcc_reflect
|
1 year ago |
Brucey
|
ec835b2bba
Added coverage support.
|
2 years ago |
Brucey
|
60c9539a66
Cleaned up.
|
3 years ago |
Brucey
|
a71d5ac327
Fixed enum array initialisation. Resolves #603.
|
3 years ago |
Brucey
|
4c7ca3a804
Fixed issue using new types as var params.
|
3 years ago |
Brucey
|
b1013fda29
Added longint and ulongint types.
|
3 years ago |
Brucey
|
d6af7086ac
Don't accept new expressions as var args. Fixes #587.
|
3 years ago |
Brucey
|
db3a5a81d5
Fixed select with var. Resolved #583
|
4 years ago |
Brucey
|
c40a290f2a
Methods cannot be used as function pointers.
|
4 years ago |
Brucey
|
fa382d93fe
Methods cannot be used as function pointers. Resolves #574.
|
4 years ago |
Brucey
|
a05b211e8f
Struct QoL improvements.
|
4 years ago |
Brucey
|
af85d9e19c
Ensure only constant values for static array init. Resolves #554.
|
4 years ago |
Brucey
|
6c96317c43
Cannot compare ptrs with non ptrs. Resolves #559.
|
4 years ago |
Brucey
|
38a7cc8d21
Fixed struct ptr null test. Fixes #530.
|
4 years ago |
Brucey
|
98a510da16
Fixed bitwise ops with consts. Fixes #550.
|
4 years ago |
Brucey
|
89f76df04c
Enable indexing of struct pointers, and passing struct Self as Var.
|
5 years ago |
Brucey
|
52cfdb4cf5
Fixed [] not available for structs. Fixes #543.
|
5 years ago |
Brucey
|
8a8cfab015
Use long pow for integral-only power. Fixes #542
|
5 years ago |
Brucey
|
f71e86a4a6
Date bump.
|
5 years ago |
Brucey
|
d94e61c897
SizeOf() now returns a Size_T. Resolves #541.
|
5 years ago |
Brucey
|
e5965a15ad
Allow object varptr cast to pointer. Resolves #487
|
5 years ago |
Brucey
|
00edd2bc5e
Fixed power return type. Fixes #519
|
5 years ago |
Brucey
|
7a657d4501
Improved div by zero checks. Resolves #527
|
5 years ago |
Brucey
|
2a48044f8e
Static array improvements.
|
5 years ago |
Brucey
|
963116d0b3
Self is not a valid Var argument.
|
5 years ago |