Skip to content

Commit

Permalink
0.7.0-0 / 2018-05-11
Browse files Browse the repository at this point in the history
================

  * fix bump
  * better .gitignore in core
  * better .gitignore
  * fix test of test-project
  * core change test
  * core change
  * core
  * Better vars in meta and mod when crashing
  * resolve full functions arity
  * Plugins done in elchemy-core
  * Plugins solved in core
  * Macro system working
  * Plugin tests work
  • Loading branch information
wende committed May 11, 2018
1 parent a14c68c commit 76e9761
Show file tree
Hide file tree
Showing 9 changed files with 4,970 additions and 4,503 deletions.
30 changes: 15 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/atom-one-dark.min.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet" />
<link href="static/css/main.e1c8fc29.css" rel="stylesheet"></head>
<link href="static/css/main.e997bdbd.css" rel="stylesheet"></head>

<body>
<a href="https://github.com/wende/elchemy" class="github-corner" aria-label="View source on Github">
Expand All @@ -35,10 +35,10 @@
<div class="navigation">
<ul>
<li>
<a href="#try-online">try now</a>
<a href="http://elchemy-live.herokuapp.com">try now</a>
</li>
<li>
<a href="https://wende.github.io/elchemy-ivy/">docs</a>
<a href="https://github.com/wende/elchemy/tree/master/roadmap">docs</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -69,7 +69,7 @@ <h1 style="margin-top:100px">

<div clas="row">
<div class="col-sm-4 col-sm-offset-4 col-xs-12 buttons">
<a href="#try-online" class="btn btn-dark btn-lg">Try online</a>
<a href="http://elchemy-live.herokuapp.com" class="btn btn-dark btn-lg">Try online</a>
<!-- <a href="#install" class="btn btn-dark btn-lg">Install</a> -->
<div class="github-stars">
<!-- Place this tag where you want the button to render. -->
Expand Down Expand Up @@ -126,7 +126,7 @@ <h1>Features</h1>
<!-- /.container -->
</section>

<section class="editor" id="try-online">
<!-- <section class="editor" id="try-online">
<div class="container">
<div class="row head">
<h1>Try online now! (Seriously, just write anything below)</h1>
Expand All @@ -146,7 +146,7 @@ <h1>Try online now! (Seriously, just write anything below)</h1>
</div>
<small style="margin: 0 auto">*Browser demo above only presents the parser and can't check type-safety. To get full Elchemy experience follow
installation instructions </small>
</section>
</section> -->


<!-- Footer -->
Expand All @@ -166,14 +166,14 @@ <h1>Try online now! (Seriously, just write anything below)</h1>
</footer>

<!-- JavaScript -->
<script src="https://esironal.github.io/cmtouch/lib/codemirror.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.25.2/mode/elm/elm.min.js"></script>
<!-- <script src="https://esironal.github.io/cmtouch/lib/codemirror.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.25.2/mode/elm/elm.min.js"></script> -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elm.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elixir.min.js"></script>
<script src="elm.js" crossorigin="anonymous"></script>
<script src="index.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="static/js/main.e1c8fc29.js"></script></body>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elm.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/languages/elixir.min.js"></script> -->
<!-- <script src="elm.js" crossorigin="anonymous"></script> -->
<!-- <script src="index.js" crossorigin="anonymous"></script> -->
<script type="text/javascript" src="static/js/main.e997bdbd.js"></script></body>

</html>
</html>
Loading

0 comments on commit 76e9761

Please sign in to comment.