gingerBill
|
42ab882db4
Remove debug code
|
3 years ago |
gingerBill
|
dcc9e61362
Correct string_append_token
|
3 years ago |
gingerBill
|
56b4e0a3c3
Fix #1267
|
3 years ago |
gingerBill
|
6c48670819
Make `ODIN_BUILD_MODE` a enum type
|
3 years ago |
gingerBill
|
7cc265e14c
Add mutex guards for signature scopes
|
3 years ago |
gingerBill
|
e6b8f7e77a
Fix #1398
|
3 years ago |
gingerBill
|
0d7cb02386
Fix conversion from float to quaternion
|
3 years ago |
gingerBill
|
504ea7deeb
Fix `update_untyped_expr_type` for ternary if expressions with an untyped type
|
3 years ago |
gingerBill
|
3e04b45106
Allow cast from float to complex
|
3 years ago |
gingerBill
|
3f038428a7
Begin minimizing `Ast` size
|
3 years ago |
gingerBill
|
6646348e1a
Increase usage of `PtrMap`
|
3 years ago |
gingerBill
|
68046d0c08
Allow casting between matrix types of different element types
|
3 years ago |
gingerBill
|
bc2bf1caeb
Add `#load_hash(<filepath>, <string-hash-kind>)`
|
3 years ago |
gingerBill
|
3d06dddb72
Allow casting from floats to quaternions
|
3 years ago |
Jeroen van Rijn
|
73648bb2d8
Fix #1268.
|
3 years ago |
gingerBill
|
b4df51e483
Merge branch 'master' into new-matrix-type
|
3 years ago |
gingerBill
|
c9effb9b9f
Correct ternary if expression type determination
|
3 years ago |
gingerBill
|
28af376d10
Quick fix
|
3 years ago |
gingerBill
|
48de1a01a9
Correct update propagation of type for ternary if expressions
|
3 years ago |
gingerBill
|
48d277a3c4
Allow conversions between matrices of the same element count
|
3 years ago |
gingerBill
|
e0b9475378
Allow casting between square matrices of the same element type
|
3 years ago |
gingerBill
|
d67d7168e2
Allow scalars with matrices
|
3 years ago |
gingerBill
|
7faca7066c
Add builtin `transpose`
|
3 years ago |
gingerBill
|
3eaac057da
Unify `polymorphic_assign_index` logic
|
3 years ago |
gingerBill
|
445696d660
Support parapoly matrices
|
3 years ago |
gingerBill
|
82b6772ea4
Support matrix literals
|
3 years ago |
gingerBill
|
662cbaf425
Support indexing matrices
|
3 years ago |
gingerBill
|
1556fad65a
Change syntax for matrices to `matrix[R, C]T`
|
3 years ago |
gingerBill
|
243e2e2b8a
Basic support for matrix*vector, vector*matrix operations
|
3 years ago |
gingerBill
|
ba331024af
Very basic matrix support in backend
|
3 years ago |