Andrew Kelley
|
d8f6388b63
|
if statements can be const expr evaluated
also introduce error for unnecessary if statement
but if the condition depends on a compile variable, then
the if statement is OK
|
2016-02-09 18:53:28 -07:00 |
Andrew Kelley
|
4339d55562
|
update for loop syntax
it matches more closely the %% binary operator syntax
See #51
|
2016-02-05 17:15:19 -07:00 |
Andrew Kelley
|
a6d4335217
|
fix running tests when linking with libc
|
2016-02-03 23:07:55 -07:00 |
Andrew Kelley
|
2521afef69
|
add ability to call function pointer field
also introduce the self hosted tests
closes #108
|
2016-02-03 21:34:09 -07:00 |
Andrew Kelley
|
c3123158b7
|
fix handling of implicit casts in binary operators
|
2016-02-03 19:07:15 -07:00 |
Andrew Kelley
|
39223c1847
|
test runner prints test names
|
2016-02-03 18:38:09 -07:00 |
Andrew Kelley
|
11a0644365
|
basic support for building a test target
|
2016-02-03 18:02:01 -07:00 |