Skip to content

irori/lazyk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy K interpreter

This is a fast interprefer of the Lazy K programming language.

Usage

$ lazyk [options] [program-file]

If program-file is not specified, program is read from the standard input.

Options:

  • -h: Print help and exit.
  • -u: Disable stdout buffering.
  • -v: Print version and exit.
  • -v0 (default): Do not print any debug information.
  • -v1: Print some statistics after execution.
  • -v2: Print logs for GCs.

License

MIT