view src/ploki/doc/ploki-prog.txt @ 12296:042127c1c142 draft

<fizzie> ` rm /hackenv/bin/bfi; ln -s /hackenv/lib/kps/bfi /hackenv/bin/bfi # no need for actual copies that you can forget to delete though
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jan 2020 13:28:36 +0000
parents ac0403686959
children
line wrap: on
line source

                      ### THE PLOKI INTERPRETER ###

Usage: ./ploki [OPTIONS] [FILE [ARG]...]

Available options:

  -h           print a short help message and exit
  -v           print version and configuration info and exit
  -MO=Deparse  turn the compiled program back into ploki source
  -O           disable any optimizations
  -d FLAGS     print debugging info
               FLAGS must be one or more of the following:
                 h   hash tables
                 o   opcode execution
                 r   regex engine

Interpret FILE as ploki program and execute it, unless -MO=Deparse is
specified. With no FILE, or when FILE is -, read from standard input.
Any ARGs are passed through to the program.