Implement initial complex number support (#224)
This patch adds minimal support for complex numbers. Complex literals can be parsed and a very minimal complex number type has been added to the runtime. While minimal, the basic pieces are fleshed out enough that producing follow-on patches to incrementally develop `complex` should be easy.
Showing
runtime/complex.go
0 → 100644
runtime/complex_test.go
0 → 100644
testing/complex_test.py
0 → 100644
Please register or sign in to comment