Skip to content
/ pikalang Public
forked from groteworld/pikalang

[WIP] A brainfuck derivative based off the vocabulary of Pikachu from Pokémon.

License

Notifications You must be signed in to change notification settings

MoffD/pikalang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pikalang

A [brainfuck] 2 derivative based off the vocabulary of [Pikachu] 3 from [Pokémon] 4.

pikachu

Syntax

pikalang brainfuck description
pi + increment the byte at pointer
ka - decrement the byte at pointer
pika [ if pointer is zero, jump to matching chu
chu ] if pointer is nonzero, jump to matching pika
pipi > increment the data pointer
pichu < decrement the data pointer
pikapi , input of one byte into pointer
pikachu . output the byte at pointer

Installation

stable:

	pip install pikalang

or bleeding edge...

	git clone https://github.com/skj3gg/pikalang.git
	cd pikalang

	python setup.py install

Usage

	pikalang path/to/file.pokeball

File Extention

A pikalang program must be stored in a file with a .pokeball extention

Disclaimer

This is a fan-based parody of themes from [Pokémon] 3. The language, as well as its author, is in no way associated with the Pokémon francise and its creators, nor is this project, in any way, for-profit. This is a project to teach myself ply. This project currently only creates a lexer object for the Pikalang file and then exits; full parsing is yet to come.

About

[WIP] A brainfuck derivative based off the vocabulary of Pikachu from Pokémon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%