Skip to content

Commit

Permalink
add orca157 library (pre BFL change, untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
unthingable committed Oct 26, 2020
1 parent 6672d47 commit 593a16d
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 1 deletion.
1 change: 1 addition & 0 deletions desktop/sources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<script type="text/javascript" src="scripts/core/library/library.js"></script>
<script type="text/javascript" src="scripts/core/library/base.js"></script>
<script type="text/javascript" src="scripts/core/library/default.js"></script>
<script type="text/javascript" src="scripts/core/library/orca157.js"></script>
<script type="text/javascript" src="scripts/core/library/sborca.js"></script>
<script type="text/javascript" src="scripts/core/io.js"></script>
<script type="text/javascript" src="scripts/core/operator.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion desktop/sources/scripts/core/library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Orca starts with a `default` library, additional libraries can be loaded and com

* `clr`: a special library that unloads all definitions
* `default`: mainline Orca language, loaded at startup (complete)
* `orca157`: Orca before the BFL breaking change (complete) (TODO)
* `orca157`: Orca [before the BFL breaking change](https://github.com/hundredrabbits/Orca/commit/4fd9ad72aafbb3f0c71139fd36ae421f1d8f352a) (complete)
* `base`: not a very useful library by itself, defines the basics such as comments and numbers
* `sb*`: Sborca collection of alternative operators (see `sborca.md`)

Expand Down
Loading

0 comments on commit 593a16d

Please sign in to comment.