linlang

A line-based programming language

Usage no npm install needed!

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

README

lin

lin is a stack-based language that aims to be as straightforward and simple as possible.

Normal Installation

npm i -g linlang

Manual Installation

git clone this repo, cd into it, npm install, and npm ln.

Language Specs

CLI Usage:

lin program.lin

For more options, run lin -h.

A basic tutorial can be found here.