Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/atuleu/go-meval

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/atuleu/go-meval

  • v0.0.0-20140609140437-c878ff8bd3c1
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-meval

Build Status Coverage Status

A mathematical expression parser / evaluator in go.

It uses simply the shutting yard algorithm to parse a mathemical expression in an AST.

This AST can then be evaluated within a context, letting user define a dictionnary of expression that can refer other expression. It is not designed to be fast, but only to provide an easy way to mathematically parametrize your program at a configuration level.

1. Installation

go get github.com/atuleu/go-meval

2. Roadmap

Still in alpha release. No complex github issue for that task list

see roadmap

3. Contribute

FAQs

Package last updated on 09 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc