Skip to content

A mathematical expression interpreter writed in Reasonml using menhir and ocamllex libraries.

Notifications You must be signed in to change notification settings

joaolucasete/math_expr_inter

Repository files navigation

Mathematical Expression Interpreter

Project to interpret mathematical expressions

Requirements

  • nodejs
  • esy
  • ocaml

Installation

Clone the repository and install dependencies:

$ git clone https://github.com/joaolucasete/math_expr_inter.git
$ cd math_expr_inter
$ esy

Usage

$ esy x math_expr_inter
1 + 2 + 3
// 6.00

Example 1:

Example 2:

License

MIT

acknowledgment

Chiyoku

About

A mathematical expression interpreter writed in Reasonml using menhir and ocamllex libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published