tvl-depot/users/wpcarro/scratch/compiler
William Carroll ee235235b9 feat(wpcarro/compiler): Support string literal type
```
repl> "Hello, world"
String
repl> (fn x "testing")
a0 -> String
```

Change-Id: Ia76299a56aa4d2032c9a21277e2fddfb2e055831
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7079
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
2022-10-25 03:59:07 +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 feat(wpcarro/compiler): Support string literal type 2022-10-25 03:59:07 +00:00
inference.ml feat(wpcarro/compiler): Support string literal type 2022-10-25 03:59:07 +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 feat(wpcarro/compiler): Support string literal type 2022-10-25 03:59:07 +00:00