ajlogo

Logo Programming Language implemented in Javascript, for browser and Node.js

Usage no npm install needed!

<script type="module">
  import ajlogo from 'https://cdn.skypack.dev/ajlogo';
</script>

README

AjLogoJs

Logo interpreter written in Javascript.

Installation

Via npm on Node:

npm install ajlogo

Usage

Reference in your program:

var ajlogo = require('ajlogo');

In your browser:

<script src="ajlogo.js" type="text/javascript"></script>

TBD

Development

git clone git://github.com/ajlopez/AjLogoJs.git
cd AjLogoJs
npm install
npm test

Samples

TBD

To do

  • Samples

Versions

  • 0.0.1 Published

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.