.. |
1-01-empty-module.py
|
Decomplect this whole thing by lifting it into IO.
|
2019-08-29 09:20:13 -04:00 |
1-02-pass-statement.py
|
pass the scope graph explicitly
|
2019-08-27 10:47:45 -04:00 |
1-03-empty-tuple.py
|
Make compile interface use a more powerful continuation.
|
2019-10-09 14:50:53 -04:00 |
1-04-toplevel-assignment.py
|
Break toplevel assignment case because it's wrong.
|
2019-09-23 12:13:40 -04:00 |
1-05-eval-statement-fails.py
|
jq-based test suite works
|
2019-08-16 13:20:08 -04:00 |
2-01-return-statement.py
|
Use compileCC to build a record of toplevel bindings.
|
2019-09-23 11:56:40 -04:00 |
2-02-return-doesnt-translate.py
|
Use compileCC to build a record of toplevel bindings.
|
2019-09-23 11:56:40 -04:00 |
2-03-return-in-if-statement.py
|
Use compileCC to build a record of toplevel bindings.
|
2019-09-23 11:56:40 -04:00 |
2-04-multiple-assign.py
|
Initial stab at folding over multiple assignments.
|
2019-09-27 17:35:51 -04:00 |
2-05-function-call.py
|
spruce up the unit test
|
2019-10-07 12:17:52 -04:00 |
2-06-nested-function-definition.py
|
Add unit tests.
|
2019-10-11 11:50:22 -04:00 |
2-07-closure-over-scope.py
|
Add unit tests.
|
2019-10-11 11:50:22 -04:00 |
2-08-function-decorator.py
|
Add unit tests.
|
2019-10-11 11:50:22 -04:00 |
3-01-empty-class-definition.py
|
Call the type function inside the __semantic_prelude global.
|
2019-10-15 12:46:32 -04:00 |
3-02-defining-instance-method.py
|
Call the type function inside the __semantic_prelude global.
|
2019-10-15 12:46:32 -04:00 |