Andrew Kelley
|
3c43bc9208
|
support unknown size arrays
|
2016-01-06 01:28:58 -07:00 |
|
Andrew Kelley
|
4ef062b9c8
|
array syntax is [10]i32 instead of [i32; 10]
|
2016-01-05 22:47:47 -07:00 |
|
Andrew Kelley
|
187d00ca83
|
ability to access pointers with array indexing syntax
closes #40
|
2016-01-02 19:47:36 -07:00 |
|
Andrew Kelley
|
3049410260
|
const and var instead of let and let mut
closes #34
|
2015-12-14 18:51:07 -07:00 |
|
Andrew Kelley
|
f17e20d5fe
|
instead of *mut and *const, & and &const
closes #33
|
2015-12-14 18:10:25 -07:00 |
|
Andrew Kelley
|
e411467e1d
|
add number literal type
it gets implicitly casted to whatever is needed.
closes #24
|
2015-12-14 02:46:37 -07:00 |
|
Andrew Kelley
|
358d699fa9
|
add test for arrays
|
2015-12-08 15:46:36 -07:00 |
|
Andrew Kelley
|
e8550814c5
|
support assigning to arrays
|
2015-12-08 15:31:43 -07:00 |
|
Andrew Kelley
|
6e0c3dc173
|
array access support
|
2015-12-08 14:47:17 -07:00 |
|
Andrew Kelley
|
75efc31329
|
add array access syntax
|
2015-12-08 14:15:34 -07:00 |
|