cda-group / arc

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

Rework compiler #236

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

This PR reworks the core and the api of the arc-script compiler.

segeljakt commented 3 years ago

@frej it seems like the arcorn::state thing is going nuts. In Arctime, state-types are not hardcoded so we do not need to include this module anymore. Arcorn might eventually provide them as intrinsics to Arcon however. For the moment, Arctime is the default runtime for the purpose of experimentation.

frej commented 3 years ago

LGTM, go ahead and merge this.