Conlang/compiler
John d2eb165759 cl-arena: Add iterator allocation to TypedArena
This is copied almost verbatim from rustc-arena e82c861d7e/compiler/rustc_arena/src/lib.rs (L203)

TODO: Add unit tests, run unit tests in Miri
2024-05-04 22:17:34 -05:00
..
cl-arena cl-arena: Add iterator allocation to TypedArena 2024-05-04 22:17:34 -05:00
cl-ast cl-ast/desugar: Turn all paths into absolute paths 2024-04-29 16:25:30 -05:00
cl-interpret cl-ast: Switch from old string interner to new string interner 2024-04-27 20:24:11 -05:00
cl-lexer Revert "Cargo.toml: Add documentation key" 2024-04-22 00:07:44 -05:00
cl-parser cl-ast: Switch from old string interner to new string interner 2024-04-27 20:24:11 -05:00
cl-repl conlang: Use interned strings (Sym) for all symbols 2024-04-24 19:34:29 -05:00
cl-structures cl-arena: Allow the arena to hold its own lifetime. 2024-04-28 02:01:52 -05:00
cl-token Revert "Cargo.toml: Add documentation key" 2024-04-22 00:07:44 -05:00
cl-typeck cl-typeck: Add utilities for HM-style type inference via unification 2024-05-04 22:12:33 -05:00