A programming language made with JavaScript
- Browser
- Node.js
https://cdn.jsdelivr.net/npm/slawn/dist/slawn.js
https://unpkg.com/slawn/dist/slawn.js
https://cdn.jsdelivr.net/npm/slawn/dist/slawn.min.js
https://unpkg.com/slawn/dist/slawn.min.js
<script type="module">
import Slawn from 'https://cdn.jsdelivr.net/npm/slawn/dist/slawn.js'
const Slawn = new Slawn()
// your code...
</script>
bin/islawn
import Slawn from 'slawn'
const Slawn = new Slawn()
// your code...
npm run doc
Will be generated to "docs/"
Run the test
npm test
MIT