mirror of
https://github.com/ntrupin/abstractml.git
synced 2025-12-30 17:49:46 -06:00
Replace osls with aml
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user