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.