Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 428 Bytes

File metadata and controls

5 lines (5 loc) · 428 Bytes
Part Status Subtasks
1. Python part (test.py) 1.1 ☑ Parse example.ry to AST
1.2 ☑ Check types and syntax
1.3 ☑ Call rython_jit.{function_name}
2. Rust part 2.1 ☐ Convert AST -> Cranelift IR
2.2 ☐ Compile IR -> JIT
2.3 ☐ Return callable function
3. Python execution 3.1 ☑ Execute function_name() -> compile code