cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Rewrite Arc-Script compiler in OCaml #312

Closed segeljakt closed 2 years ago

segeljakt commented 3 years ago

This is a PR which adds another compiler for arc-script, written in OCaml (reusing code I wrote in a previous course I took, given by David Broman). In contrast to the Rust-compiler, this compiler is meant for quick experimental prototyping, mainly for research publications. It is not intended to be used by end-users. The following features are not a priority:

segeljakt commented 3 years ago

@frej just an FYI. I changed this PR so it goes into frej/WIP/receive-op.