bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Implement floating point arithmetic #1

Closed bobjervis closed 9 years ago

bobjervis commented 9 years ago

There should be the following types:

float double

These types are scalar types that implement the same set of operators as C, C++, Java, etc.

bobjervis commented 9 years ago

There may be a few bugs here and there, but all tests pass.