This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/huia-compiler/src
2019-03-26 18:57:02 +13:00
..
context Compiler can now output IR because that's super useful. 2019-03-26 18:57:02 +13:00
improvements Reduce duplication in the IR builder and correctly handle clauses with multi-block CFGs. 2019-03-25 12:30:19 +13:00
ir Compiler can now output IR because that's super useful. 2019-03-26 18:57:02 +13:00
block.rs Compiler can now output IR because that's super useful. 2019-03-26 18:57:02 +13:00
clause.rs Reduce duplication in the IR builder and correctly handle clauses with multi-block CFGs. 2019-03-25 12:30:19 +13:00
env.rs Track types for locals and properties. 2019-03-20 16:19:59 +13:00
error.rs Code gardening. 2019-03-23 09:36:45 +13:00
function.rs Compiler can now output IR because that's super useful. 2019-03-26 18:57:02 +13:00
lib.rs Reduce duplication in the IR builder and correctly handle clauses with multi-block CFGs. 2019-03-25 12:30:19 +13:00
location.rs Use a simple stack machine to build the IR. 2019-03-13 20:32:13 +13:00
method.rs Compiler can now output IR because that's super useful. 2019-03-26 18:57:02 +13:00
stable.rs Separate method definitions from method specifications in the parser. 2019-03-21 21:05:09 +13:00
ty.rs Compiler can now output IR because that's super useful. 2019-03-26 18:57:02 +13:00