Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Grebe committed Aug 30, 2017
1 parent 41f8d2c commit 8b12858
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Haskino

Haskino (Haskell Arduino) is our framework for exploring EDSL concepts with the Arduino.

The current version, 0.6, is a new version using a GHC plugin which allows
a Shallow DSL program to be automatically rewritten to a Deep DSL.
This is necessitated changing some of Haskino's Deep API's, and renaming
others. The last version is still availalbe at the v0.5 tag.
# Haskino

Haskino (Haskell Arduino) is our framework for exploring EDSL concepts with the Arduino.

The current version, 0.6, is a new version using a GHC plugin which allows
a Shallow DSL program to be automatically rewritten to a Deep DSL.
This is necessitated changing some of Haskino's Deep API's, and renaming
others. The legacy version of Haskino is still availalbe at the v0.5 tag.

Haskino examples are now in a seperate repository at [haskino-examples](https://github.com/ku-fpg/haskino-examples). These are currently examples to be used with the shallow to deep translation system. Legacy native deep examples can be found in the legacy directory in this repo, but may need some adjustment to work in the 0.6 version. They will eventually be moved to the haskino-examples repo also.

0 comments on commit 8b12858

Please sign in to comment.