From 0b04dfe03ca380bd234d90efa4f98d76732305f2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 10 Oct 2022 15:25:51 -0700 Subject: feat(wpcarro/scratch): Rewrite Python compiler in OCaml Just to see how productive I could be in OCaml with little familiarity. Overall I really like it. Change-Id: I8affc65a5ee86a29d4f8c01426529ae9948660f9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6934 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/scratch/compiler/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 users/wpcarro/scratch/compiler/.gitignore (limited to 'users/wpcarro/scratch/compiler/.gitignore') diff --git a/users/wpcarro/scratch/compiler/.gitignore b/users/wpcarro/scratch/compiler/.gitignore new file mode 100644 index 000000000000..25414be2a981 --- /dev/null +++ b/users/wpcarro/scratch/compiler/.gitignore @@ -0,0 +1,2 @@ +a.out +*.cmi \ No newline at end of file -- cgit 1.4.1