Skip to content

tomhea/fji-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FlipJump C++ Interpreter

This project is a very fast FlipJump interpreter, and supports the 0,1,2 fjm versions.

FlipJump is the simplest programing language.
Yet, it can do any modern computation.

It's an Esoteric language (FlipJump esolangs page), with just 1 operation a;b:

  • not *a; jump b

Which means - Flip a bit, then Jump.

How to run

Simply compile and run:

>>> fji hello.fjm -s
Hello, World!
  • The -s flag is used to not print times and running-statistics.

Read More

To read more about FlipJump:

Releases

No releases published

Packages

 
 
 

Contributors