Skip to content

Commit

Permalink
POPL 2019 artifact snapshot with pre-built Hazel included
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus- committed Nov 15, 2018
1 parent 1443dde commit 0961ee3
Show file tree
Hide file tree
Showing 5 changed files with 8,672 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Hazel is a live functional programming environment rooted in the principles
of type theory. You can find the relevant papers and more motivation at
[the Hazel website](http://hazel.org/).

## Pre-Built Snapshot
For ease of use, this artifact contains a pre-built snapshot of Hazel in the `www` directory. Open your browser (tested with Chromium and Firefox) to `www/hazel.html`.

## Building Hazel
You can build Hazel using the following instructions.

Expand Down
Binary file removed deploy-key.enc
Binary file not shown.
19 changes: 19 additions & 0 deletions www/hazel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

<title>Hazel</title>

<link rel="stylesheet" href="style.css">
</head>

<body spellcheck="false">
<div class="container" id="container"></div>
</body>

<script src="hazel.js"></script>
</html>
Loading

0 comments on commit 0961ee3

Please sign in to comment.