0.2.0 • Published 5 years ago

slawn v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

slawn

GitHub Netlify Travis CI NPM
Release LICENSE NPM Version Travis CI Status Netlify Status

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

slawn-docs.netlify.app

Generating API documents

npm run doc

Will be generated to "docs/"

Development

Run the test

npm test

LICENSE

MIT

0.2.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago