Skip to content

lvmtime/pikachu-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pikachu-PY

Pikachu programming language interpreter in Python

Pikachu is a programming language for Pikachus. Yes - programming language for the little yellow electric pokémon.

It was invented by Nilabhro Datta. If you wan to know why, read this.

Read the online syntax documentation on the authors site or the SYNTAX document in this repository to learn how to program in Pikachu.

The original online interpreter for the language is here.

Installation and use:

For convenience, the interpreter is implemented as a single Python file. Make sure you have Python 2.x installed and run:

python pikachu.py program.pika [ input ]

or if you are on a system that uses bash or similar sane shell:

./pikachu.py program.pika [ input ]

parameters:

program.pika    full path to your program file
input           space separated list of integers to be used as program input

This program is Free Software distributed under GPLv3 license. See COPYING for details.

Interpreter copyright Lev Meirovitch 2018 lvmtime@gmail.com
Language copyright Nilabhro Datta 2017
Pikachu and pokémon are trademarks of the Nintendo Co., Ltd. and are only mentiond as a joke.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages