snix/users/wpcarro/scratch/compiler
William Carroll bd0bf6ea7d feat(wpcarro/compiler): Support Vector type
Support an array that dynamically resizes itself, and replace usages of `List`,
`Array`, and `Queue` with `Vec`.

Change-Id: I910b140b7c1bdddae40e08f8191986dccbc6fddf
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7080
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
2022-10-25 04:32:59 +00:00
..
.envrc
.gitignore
debug.ml
expr_parser.ml feat(wpcarro/compiler): Support Vector type 2022-10-25 04:32:59 +00:00
inference.ml
parser.ml feat(wpcarro/compiler): Support Vector type 2022-10-25 04:32:59 +00:00
prettify.ml
register_vm.ml feat(wpcarro/compiler): Support Vector type 2022-10-25 04:32:59 +00:00
register_vm.py
shell.nix
tests.ml
type_parser.ml feat(wpcarro/compiler): Support Vector type 2022-10-25 04:32:59 +00:00
types.ml
vec.ml feat(wpcarro/compiler): Support Vector type 2022-10-25 04:32:59 +00:00