-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mark Grebe
committed
Aug 30, 2017
1 parent
41f8d2c
commit 8b12858
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|