-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ian Grant Jeffries
committed
Nov 4, 2019
1 parent
e0e468e
commit 17e6ecf
Showing
5 changed files
with
29 additions
and
50 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
![sloc-bowtie-blueprint](./bowtie/misc/generated/sloc-bowtie-blueprint.svg) | ||
|
||
Linter for a types-only variant of the language (WIP). |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
![sloc-bowtie-js](./bowtie/misc/generated/sloc-bowtie-js.svg) | ||
|
||
JavaScript transpiler (WIP) | ||
|
||
```sh | ||
stack install bowtie-js # all these command from the root of the repo | ||
|
||
bowtie-js example-app/lunar-lander.bowtie > bowtie-js/main.js | ||
|
||
firefox ./bowtie-js/index.html | ||
``` |
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,3 +1,5 @@ | ||
WIP | ||
![sloc-bowtie-visualize](./bowtie/misc/generated/sloc-bowtie-visualize.svg) | ||
|
||
Tool to illustrate type inference or term evaluation (WIP) | ||
|
||
Be careful, this will write a ton of files out to the current directory. |
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