Backlog - SidekickGroup/qlcompiler GitHub Wiki
Version History
Data | Versão | Descrição | Autor |
---|---|---|---|
30/10/2017 | 1.0 | Creating document structure | João Pedro Sconetto |
30/10/2017 | 1.1 | Minimal Changes | Miguel Pimentel |
Backlog
Below are listed all the features initially proposed for the qlcompiler:
- Emit Python code by converting the quick lambdas into regular lambdas.
- Emit JavaScript code (perhaps giving the option to the user to use the lambda of ES6).
- Emit C code.
- Inspect JavaScript code for Python functions that have a matching JavaScript.
- Create a small JavaScript runtime with functions that replicate Python functionality. Focus on only the most common functions.
- Create a small C runtime with functions that replicate Python functionality. Focus on only the most common functions.
- Inference of C language types.