ohua-dev / ohua-core

Core Haskell library for the compiler
https://ohua-dev.github.io
Eclipse Public License 1.0
5 stars 0 forks source link

Migration to Haskell #1

Closed JustusAdam closed 5 years ago

JustusAdam commented 6 years ago

Migrate all of the old Clojure based compiler pipeline to Haskell.

Old compiler: Bitbucket

The basic stages from the old pipeline with addition of the new algorithm language are:

Conversion from source language to ALang and from the graph to a host compatible representation will be implemented in the adapters.

JustusAdam commented 6 years ago

Currently the eta issue typelead/eta#521 means we cannot compile the jvm-integration

JustusAdam commented 5 years ago

With ohua-dev/ohuac being rather mature now I feel we have finished the migration