|
UniSet 2.45.1
|
Классы | |
| class | TestMinimalProgram |
| class | TestVariableTypes |
| class | TestInitialValues |
| class | TestIfStatement |
| class | TestAssignment |
| class | TestBinaryExpressions |
| class | TestUnaryExpressions |
| class | TestCaseStatement |
| class | TestForLoop |
| class | TestWhileLoop |
| class | TestRepeatLoop |
| class | TestControlFlowFixture |
Функции | |
| IRProgram | _transform_source (str source) |
| str | _load_fixture (str name) |
Tests for st2js.transformer module. Tests the transformation of blark AST nodes into IR dataclasses.
|
protected |
Load a test fixture file.
|
protected |
Helper: parse ST source and transform to IR.