Skip to content

An interpreter for the Pikachu Programming Language written in Java

Notifications You must be signed in to change notification settings

jontheapple/pikachu-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jonathan Jiang
Feb 1, 2018
065f3e8 · Feb 1, 2018

History

16 Commits
Sep 17, 2017
Feb 1, 2018
Feb 1, 2018
Feb 1, 2018
Feb 1, 2018
Sep 17, 2017
Sep 17, 2017
Feb 1, 2018
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Jan 27, 2018
Sep 17, 2017

Repository files navigation

This is an interpreter for the Pikachu Programming Language. It was made because the original interpreter (and syntax rules) were unable to distinguish between subtraction and division.

The site where I found this language is: http://trove42.com/introducing-pikachu-programming-language/
The syntax rules for the language can be found in syntax.txt.

To run the interpreter, execute the following commands.

javac *.java
java Driver

Follow the instructions to enter the pikachu file and the inputs you want to use, or to run the tests.

---

Syntax.txt contains information about how to create a program in the Pikachu language

---

Known Bugs:
(none)

About

An interpreter for the Pikachu Programming Language written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages