tvl-depot/users/wpcarro/scratch/compiler
William Carroll 1e9c3955bf refactor(wpcarro/compiler): Modularize debug fns
Define `debug.ml` and `prettify.ml` to clean-up some code.

Change-Id: Iee2e1ed666f2ccb5e56cc50054ca85b8ba513f3b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7078
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
2022-10-25 03:59:02 +00:00
..
.envrc feat(wpcarro/scratch): Rewrite Python compiler in OCaml 2022-10-10 22:35:26 +00:00
.gitignore feat(wpcarro/scratch): Implement "Algorithm W" 2022-10-24 17:42:43 +00:00
debug.ml refactor(wpcarro/compiler): Modularize debug fns 2022-10-25 03:59:02 +00:00
expr_parser.ml refactor(wpcarro/compiler): Modularize debug fns 2022-10-25 03:59:02 +00:00
inference.ml refactor(wpcarro/compiler): Modularize debug fns 2022-10-25 03:59:02 +00:00
parser.ml feat(wpcarro/scratch): Implement "Algorithm W" 2022-10-24 17:42:43 +00:00
prettify.ml refactor(wpcarro/compiler): Modularize debug fns 2022-10-25 03:59:02 +00:00
register_vm.ml refactor(wpcarro/compiler): Modularize debug fns 2022-10-25 03:59:02 +00:00
register_vm.py feat(wpcarro/scratch): Proof-of-concept register VM 2022-10-10 17:45:49 +00:00
shell.nix feat(wpcarro/scratch): Rewrite Python compiler in OCaml 2022-10-10 22:35:26 +00:00
tests.ml feat(wpcarro/scratch): Implement "Algorithm W" 2022-10-24 17:42:43 +00:00
type_parser.ml refactor(wpcarro/compiler): Modularize debug fns 2022-10-25 03:59:02 +00:00
types.ml refactor(wpcarro/compiler): Modularize debug fns 2022-10-25 03:59:02 +00:00