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
|
5a8822c714
|
fix assignment operators for struct fields
|
2015-12-15 19:17:39 -07:00 |
Andrew Kelley
|
28c5a8f2ca
|
analyze: clean up type checking
|
2015-12-15 18:21:59 -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 |
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
|
eb1542c102
|
tokenizing assignment operators
|
2015-12-12 18:17:27 -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 |
Andrew Kelley
|
d697404f64
|
hello world working without libc
|
2015-12-11 03:55:26 -07:00 |
Andrew Kelley
|
0dbee2300e
|
add inline assembly support
|
2015-12-10 15:34:38 -07:00 |
Andrew Kelley
|
3e8a98fa61
|
add language reference documentation
|
2015-12-09 15:20:31 -07:00 |