| Merge branch 'replace-compiler' |
|
More...
|
over 14 years ago
|
| Built-in if: Remove the then-only clause |
|
More...
|
over 14 years ago
|
| Add a placeholder for further optimization |
|
More...
|
over 14 years ago
|
| Rewrite xire-compile with pass-1 |
|
More...
|
over 14 years ago
|
| Remove an extra clause from xire-translate |
|
More...
|
over 14 years ago
|
| Add missing descriptions for slots of <xire-ctx> |
|
More...
|
over 14 years ago
|
| Change pass-final to take an iform for simplicity |
|
More...
|
over 14 years ago
|
| Merge branch 'iform' |
|
More...
|
over 14 years ago
|
| Merge branch 'replace-ivs-with-iform' into iform |
|
More...
|
over 14 years ago
|
| Refine the document for IForm/IVS migration |
|
More...
|
over 14 years ago
|
| Replace make-local-ctx with make-local-ctx~ |
|
More...
|
over 14 years ago
|
| Replace make-func-ctx with make-func-ctx~ |
|
More...
|
over 14 years ago
|
| Move misc. API to a more proper module |
|
More...
|
over 14 years ago
|
| Remove unused API: rename-local-bindings |
|
More...
|
over 14 years ago
|
| Remove IVS |
|
More...
|
over 14 years ago
|
| ! $CALL -> / Built-in ->: Fix IForm usage |
|
More...
|
over 14 years ago
|
| ! Constants: Use IForm |
|
More...
|
over 14 years ago
|
| ! Implicit function calls: Use IForm |
|
More...
|
over 14 years ago
|
| ! defstmt shorthands: Use IForm |
|
More...
|
over 14 years ago
|
| ! Built-in set!: Use IForm |
|
More...
|
over 14 years ago
|
| ! Built-in function: Use IForm |
|
More...
|
over 14 years ago
|
| ! Built-in for: Use IForm |
|
More...
|
over 14 years ago
|
| ! Built-in let, let*: Use IForm |
|
More...
|
over 14 years ago
|
| ! Variable references: Use IForm |
|
More...
|
over 14 years ago
|
| Built-in cond: Use IForm |
|
More...
|
over 14 years ago
|
| Built-in if (expr): Use IForm |
|
More...
|
over 14 years ago
|
| Built-in comparison operators: Use IForm |
|
More...
|
over 14 years ago
|
| Built-in or, and, +, -, .., *, /, %: Use IForm |
|
More...
|
over 14 years ago
|
| Built-in while: Use IForm |
|
More...
|
over 14 years ago
|
| Built-in return: Use IForm |
|
More...
|
over 14 years ago
|