Other On carbon language and errors.

[Note to self, i've forgotten i was using linux]

./build
geometry.carbon:12:28: error: expected expression
fn PrintTotalArea(circles: [Cpp.Circle]) {
^

geometry.carbon:12:28: error: semantics TODO: `handle invalid parse trees in `check``
fn PrintTotalArea(circles: [Cpp.Circle]) {

This error means for me as much as, i'm giving up , you are on your own now ...
 
I told you the Carbon development environment (that is released publicly) is incomplete. Not surprising to see a TODO item instead of an error message. Better wait about a year before trying again.
 
Back
Top