/rocket

Expression parser build in Go

Primary LanguageGoMIT LicenseMIT

Rocket Build Status

forthebadge forthebadge

Usage

Rocket currently only has a readline ability. To use it goto the rocket.go file in CMD and run it. Once rocket> appears. you can enter equations. (check the operator list for whats currently availible).

Status

refactoring everything

Its for the better

Availible operators

  • *
  • /
  • +
  • -
  • parentheses

Dependencies

  • Go
  • version 1.6

Near future todo's

  1. Lexer
  • Make function for combining char and int for types like int32/64 and uint32/64
  1. Parser
  • variable assignment

How to install.

use the go get command : go get github.com/fabulousduck/rocket