Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 903 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 903 Bytes

stklng

stklng is a stack based, minimalistic interpreted programming language

to use

build from source

You need the c3 compiler https://github.com/c3lang/c3c

then you can simply run

$ make

or

$ make install

to install it to /usr/bin so it's on your path

prebuilt binaries

download the release (linux only for now)

afterwards you can run .sl files with

$ path_to_stklng_executable/stklng-linux64 path/to/file.sl

wiki

https://github.com/lenanya/stklng/wiki

syntax highlighting for vscode

https://github.com/lenanya/stklng-syntax

https://marketplace.visualstudio.com/items?itemName=lenanya.stklng-syntax

(you can also just search stklng in the vscode extension browser)

great thanks to the folks in the C3 Discord server for answering my countless questions, and of course lerno for creating this awesome language <3