https://github.com/molarmanful/lin
Draft Node.js implementation of lin, the little language that could.
https://github.com/molarmanful/lin
Last synced: 3 months ago
JSON representation
Draft Node.js implementation of lin, the little language that could.
- Host: GitHub
- URL: https://github.com/molarmanful/lin
- Owner: molarmanful
- License: mit
- Archived: true
- Created: 2017-05-09T00:48:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T07:52:11.000Z (over 2 years ago)
- Last Synced: 2024-11-07T07:08:26.352Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
㌴㌂ ㌄㌄㌲㌗㌖㌕㍈㌖㌫㍌
㌗㌖ ㌮㌇㌙㌙㌠㌗㌂㌽㌖㌇
㌶㌚
㌽㌕ ㍌㌖ ㍖㌡㍈㍈㌟㌫
㍌㍌ ㍇㌗ ㌄㍑㍌㌡㍔㌖
㌽㌟ ㍑㌴ ㌖㌲ ㌟㍊
㌕㌟ ㌶㍈ ㌗㌽ ㌗㌠
㌴㌫ ㌙㍊ ㌇㌡ ㍃㍇
㌂㍌
㌴㌟㌚㍇㍌㌕㌕㌫㍌㌫㌮㌠㍇㌙
㌖㍇㌚㌮㍔㌫㌙㌖㌗㍊㍑㌭㍔㌄
```**See [sclin](https://github.com/molarmanful/sclin) for an updated lin implementation that is harder, better, faster, and stronger!**
Draft Node.js implementation of lin, the little language that could.
```
"01"14`/\ .; c outln
."㿳㿳\3㼳㼳㌳㌳㌳\3㿿㿿"
"㌂㌄㌇㌕㌖㌗㌙㌚㌟㌠㌡㌫㌭㌮㌲㌴㌶㌽㍃㍇㍈㍊㍌㍑㍔㍖"
```## Browser Interface
[Try lin in your browser!](https://replit.com/@molarmanful/try-lin)
## 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`.
More information can be found on the [wiki](https://github.com/molarmanful/lin/wiki).