Skip to content

RauliL/laskin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

364 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laskin

build

Laskin is a reverse polish notation calculator / programming language inspired by Forth, RPL and Plorth.

Try it in your browser.

Requirements

Other dependencies that are handled by CMake are:

On Ubuntu, requirements for the compilation of this software can be installed with this command:

sudo apt install build-essential cmake libgmp-dev

How to compile

git clone https://github.com/RauliL/laskin.git
cd laskin
mkdir build
cd build
cmake ..
make

About

Reverse Polish calculator / scripting language inspired by Forth and RPL.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors