mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
Add support for floats
I'm not sure all operations are supported but the vast majority should be supported now. This commit also refactors binop translation.
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ func main() {
|
||||
Currently supported features:
|
||||
|
||||
* control flow
|
||||
* many (but not all) basic types: most ints, strings, structs
|
||||
* many (but not all) basic types: most ints, floats, strings, structs
|
||||
* function calling
|
||||
* interfaces for basic types (with type switches and asserts)
|
||||
* goroutines (very initial support)
|
||||
@@ -50,7 +50,7 @@ Currently supported features:
|
||||
|
||||
Not yet supported:
|
||||
|
||||
* float, complex, etc.
|
||||
* complex numbers
|
||||
* garbage collection
|
||||
* defer
|
||||
* closures
|
||||
|
||||
Reference in New Issue
Block a user