hobbes
Expression evaluator
A language and embedded JIT compiler for efficient dynamic expression evaluation and data storage
A language and an embedded JIT compiler
1k stars
56 watching
105 forks
Language: C
last commit: 27 days ago haskell-applicationhobbes
Related projects:
Repository | Description | Stars |
---|---|---|
terenceng03/mueval | A Haskell interpreter designed to evaluate pure functions securely and efficiently in a sandboxed environment. | 77 |
sebastiaanvisser/clay | A CSS preprocessor implemented as an embedded Haskell domain specific language | 360 |
maja42/goval | A Go library for evaluating arbitrary arithmetic, string, and logic expressions with support for variables and custom functions. | 159 |
nicklockwood/expression | A Swift framework for evaluating mathematical expressions at runtime on multiple platforms | 830 |
tomahawkins/improve | A Haskell-based language for high-assurance embedded applications with model checking and compilation to multiple platforms. | 56 |
colah/hasksymb | A proof-of-concept system for manipulating mathematical expressions using a custom language and pattern matching mechanism. | 72 |
olical/conjure | An interactive environment for evaluating code within a running program. | 1,785 |
nullne/evaluator | An expression evaluator library written in Go. | 41 |
joshcheek/seeing_is_believing | An editor extensibility tool for evaluating and recording the results of each line of Ruby code | 1,310 |
soniah/evaler | Evaluates simple arithmetic expressions using Dijkstra's Shunting Yard algorithm | 51 |
liamoc/holbert | An interactive proof assistant designed to help with educational mathematics | 161 |
ccapndave/elm-eexl | An expression parser and evaluator for Elm language, used to evaluate logical expressions in educational software. | 2 |
clarkmcc/cel-rust | An interpreter for a lightweight expression language with C-like syntax | 380 |
pulover/eval | An AHK function to execute expressions within dynamic strings, allowing for flexible variable substitution. | 31 |
kentcdodds/preval.macro | A build-time code evaluation tool for JavaScript | 127 |