README
slawn
A programming language made with JavaScript
Platforms
- Browser
- Node.js
Try
With browser
CDN
jsDelivr
https://cdn.jsdelivr.net/npm/slawn/dist/slawn.js
UNPKG
https://unpkg.com/slawn/dist/slawn.js
Minified version
https://cdn.jsdelivr.net/npm/slawn/dist/slawn.min.js
https://unpkg.com/slawn/dist/slawn.min.js
Use like this
<script type="module">
import Slawn from 'https://cdn.jsdelivr.net/npm/slawn/dist/slawn.js'
const Slawn = new Slawn()
// your code...
</script>
With Node.js
Interactive mode
bin/islawn
ES6 import
import Slawn from 'slawn'
const Slawn = new Slawn()
// your code...
API documents
Generating API documents
npm run doc
Will be generated to "docs/"
Development
Run the test
npm test
LICENSE
MIT