diff options
author | Camil Staps | 2018-12-24 14:25:46 +0100 |
---|---|---|
committer | Camil Staps | 2018-12-24 14:25:46 +0100 |
commit | 8cf914defa8030c3beab450e00430959de845fc1 (patch) | |
tree | 6c4c5300c9f01b4b0948b7a8c2dd8a5af8c706e0 /README.md | |
parent | Iterative development (diff) |
Remove Abstr; add fun_args
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,8 +5,7 @@ It does almost nothing, and what it does, it does badly and is not useful. - There is no parser, you have to write your program in the internal Clean representation (see `Start` in [`sjit.icl`](/sjit.icl)). -- There is no type checker, you have to guess the implicit rules (such as that - a `fun_expr` must always be an `Abstr`). +- There is no type checker, you have to guess the implicit rules. - There is no register allocation, everything is done on the stack. - There is no code optimisation, not even to eliminate `push rbx` followed by `pop rbx`. |