phelt

Build Status

phelt is a toy programming language.

Features

phelt is based on Monkey, as implemented in the Interpreter Book, with the following additions:

Installation

Once you have Crystal setup locally, simply run:

shards build phelt

The phelt interpreter can be found in the bin/ directory.

Usage

Usage: phelt [command] [program file]
    -v, --version                    Show version
    -h, --help                       Show help
    -d, --debugger                   Interactive Debugger
    -i, --interactive                Interactive REPL

Contributing

  1. Fork it (https://github.com/benphelps/phelt/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors