Replace osls with aml

This commit is contained in:
Yamboy1
2019-11-17 22:26:51 +13:00
committed by GitHub
parent c0dc94fc70
commit 7bacbfb851

View File

@@ -20,7 +20,7 @@
<div class="tile is-child">
<!--<p class="title">Three</p>-->
<aside id="changeMobile" class="menu">
<p class="menu-label">Online</p>
<p class="menu-label">Online</p>https://ntrupin.github.io/abstractml/docs.html
<ul class="menu-list">
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/ntrupin/linescript">GitHub</a></li>
@@ -116,7 +116,7 @@
The compiler is the file that makes AbstractML work.
<br>
<br>
compiler.js is the file that is AbstractML. It contains the switches and other code that takes your osls file and converts it to a valid HTML document. The majority of the updates we make to the language are done to this file, because all of the commands, arguments, and well... everything is calculated in this script. You can get it here.
compiler.js is the file that is AbstractML. It contains the switches and other code that takes your aml file and converts it to a valid HTML document. The majority of the updates we make to the language are done to this file, because all of the commands, arguments, and well... everything is calculated in this script. You can get it here.
<br>
<br>
You don't have to do anything to this file - it works as-is.