Andrew Kelley
|
68c4f617ed
|
fix next_node_index on wrong struct
no more nondeterministic error messages
closes #65
|
2016-01-14 15:27:42 -07:00 |
|
Andrew Kelley
|
1645fa681f
|
parser: type expressions cannot be assignment
|
2016-01-14 15:21:41 -07:00 |
|
Andrew Kelley
|
5f9ecb8566
|
instead of 'as' to cast, call type as function
|
2016-01-14 02:52:33 -07:00 |
|
Andrew Kelley
|
d121ed961a
|
fix noalias codegen
also make some parsing error messages better
|
2016-01-13 22:18:10 -07:00 |
|
Andrew Kelley
|
b28b7f63d1
|
all types are now expressions
See #22
|
2016-01-13 18:15:51 -07:00 |
|
Andrew Kelley
|
4d7835e21a
|
delete unused enumfield and enumdecl node types
|
2016-01-10 17:27:58 -07:00 |
|
Andrew Kelley
|
fc748e2ccd
|
update enum parsing to new plan
|
2016-01-10 16:58:21 -07:00 |
|
Andrew Kelley
|
3ef2f7058b
|
refactor out the horrible beast that was codegen_node
|
2016-01-10 15:13:39 -07:00 |
|
Andrew Kelley
|
d4b8852d78
|
parsing enum declarations
|
2016-01-10 11:48:54 -07:00 |
|
Andrew Kelley
|
1fe1235e14
|
order-independent declarations
code constructs and traverses a dependency graph in a deterministic
order.
|
2016-01-09 23:49:22 -07:00 |
|
Andrew Kelley
|
bdca82ea66
|
implement pub const
|
2016-01-09 00:37:48 -07:00 |
|
Andrew Kelley
|
0c24ed8a81
|
rename restrict to noalias
|
2016-01-08 23:48:24 -07:00 |
|
Andrew Kelley
|
b7dd88ad68
|
suport checked arithmetic operations via intrinsics
closes #32
|
2016-01-08 23:41:40 -07:00 |
|
Andrew Kelley
|
14b9cbd43c
|
add restrict qualifier on pointer arguments
|
2016-01-08 20:59:47 -07:00 |
|
Andrew Kelley
|
9aea99a999
|
implement array slicing syntax
closes #52
|
2016-01-07 05:29:11 -07:00 |
|
Andrew Kelley
|
a3c97081ca
|
add ?? maybe unwrapping binary operator
add null literal
fix number literal / maybe interactions
|
2016-01-07 03:23:38 -07:00 |
|
Andrew Kelley
|
5e64c4d92f
|
support pub structs. move rand to std lib.
guess number example prints the answer now
|
2016-01-06 04:41:11 -07:00 |
|
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
|
a11d0aaf62
|
progress toward compile time constant expression evaluation
|
2016-01-04 23:37:17 -07:00 |
|
Andrew Kelley
|
e0aa0736be
|
add pointer dereferencing operator
|
2016-01-04 19:11:36 -07:00 |
|
Andrew Kelley
|
4514661cfe
|
add member functions
|
2016-01-04 16:57:22 -07:00 |
|
Andrew Kelley
|
e64c0941f9
|
implement #sizeof()
closes #8
|
2016-01-03 19:38:36 -07:00 |
|
Andrew Kelley
|
fa6e3eec46
|
add #typeof() compiler function
|
2016-01-03 18:17:50 -07:00 |
|
Andrew Kelley
|
1abb4e59be
|
fix various bugs related to guess number example
|
2016-01-02 21:56:33 -07:00 |
|
Andrew Kelley
|
968b85ad77
|
closer to guess number example working
|
2016-01-02 03:38:45 -07:00 |
|
Andrew Kelley
|
b3ac5c16ec
|
block expressions require parens
closes #39
|
2015-12-31 16:04:13 -07:00 |
|
Andrew Kelley
|
1f8e3871ee
|
parse if maybe expression
|
2015-12-26 15:05:27 -07:00 |
|
Andrew Kelley
|
5943f99510
|
implement continue expression
closes #6
|
2015-12-24 15:36:49 -07:00 |
|
Andrew Kelley
|
5ceaae288c
|
add break expression
|
2015-12-24 15:09:47 -07:00 |
|
Andrew Kelley
|
a030b60aeb
|
add while loop
|
2015-12-24 14:37:43 -07:00 |
|
Andrew Kelley
|
50357dad45
|
add struct value expression
|
2015-12-24 00:00:23 -07:00 |
|
Andrew Kelley
|
9ce36ba0cc
|
inline assembly uses -> instead of return
|
2015-12-23 15:49:34 -07:00 |
|
Andrew Kelley
|
4d45d14b55
|
use realpath to avoid duplicate imports
|
2015-12-15 21:48:41 -07:00 |
|
Andrew Kelley
|
aa56f016f7
|
support addressof operator and struct pointer field access
|
2015-12-15 20:08:53 -07:00 |
|
Andrew Kelley
|
5a8822c714
|
fix assignment operators for struct fields
|
2015-12-15 19:17:39 -07:00 |
|
Josh Wolfe
|
8a570c458b
|
base 10 decimals work now. closes #15
|
2015-12-15 14:54:16 -07:00 |
|
Josh Wolfe
|
2f15babbd3
|
better radix handling in float parsing. base 10 still doesn't work.
|
2015-12-15 13:15:24 -07:00 |
|
Josh Wolfe
|
f2a9b40231
|
more number literal syntax is supported. floats still need work
|
2015-12-15 04:05:53 -07:00 |
|
Andrew Kelley
|
a292eb8d64
|
support inline assembly expressions with return type
|
2015-12-15 00:46:56 -07:00 |
|
Andrew Kelley
|
52e19b4a9b
|
analyze: BlockContext has concept of module scope
|
2015-12-14 22:06:25 -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 |
|
Josh Wolfe
|
7dd2929185
|
prefer int *token_index over new_token_index
|
2015-12-14 12:58:06 -07:00 |
|
Josh Wolfe
|
9dbedb02cc
|
fix compile -Werrors
|
2015-12-14 10:31:32 -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 |
|
Josh Wolfe
|
5cb5f5dbf6
|
parsing assignment operators
|
2015-12-12 19:07:29 -07:00 |
|
Josh Wolfe
|
2082588201
|
fix short circuit expressions
|
2015-12-12 17:33:45 -07:00 |
|
Josh Wolfe
|
64dd0b8d95
|
fix a + b + c and similar
fix || and &&
closes #17
|
2015-12-12 17:07:43 -07:00 |
|
Andrew Kelley
|
a10277bd94
|
prepare codebase for struct and string support
parsing code for structs, strings, and c string literals
partial semantic analyzing code for structs, strings, and c string literals
|
2015-12-12 00:10:37 -07:00 |
|