Stella Laurenzo
|
85b724e70c
|
Adds ODS and import support for binary_expr and binary_compare ops.
* Currently only supports non-short-circuit comparisons.
|
2020-06-08 13:46:06 -07:00 |
Stella Laurenzo
|
7c176ed872
|
Add None constants.
|
2020-06-07 16:21:00 -07:00 |
Stella Laurenzo
|
4cd604f2a2
|
Fix AST constant handling to be compatible with 3.8 (the right way).
|
2020-06-07 16:16:19 -07:00 |
Stella Laurenzo
|
72499e0319
|
Add bytes constants.
|
2020-06-07 16:00:29 -07:00 |
Stella Laurenzo
|
a1e6ff4ab7
|
Add ellipsis constants.
|
2020-06-07 15:49:39 -07:00 |
Stella Laurenzo
|
f3829b1d4f
|
Add string constants.
|
2020-06-07 15:46:28 -07:00 |
Stella Laurenzo
|
869228e316
|
Add bool constants.
|
2020-06-07 15:15:19 -07:00 |
Stella Laurenzo
|
af4466197e
|
Add lit test suite for python compiler.
* Adds a test for simple constants and fixes issues.
|
2020-06-07 14:29:39 -07:00 |
Stella Laurenzo
|
28048337ae
|
Fix issue with float_attr.
|
2020-06-06 22:01:38 -07:00 |
Stella Laurenzo
|
0cc0a7165e
|
Add basic AST -> basicpy dialect function extraction.
* Extends the bindings to support locations.
* Various other things necessary to extract a function with simple numeric expressions.
|
2020-06-06 21:24:28 -07:00 |