awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
PaesslerAG avatar

PaesslerAG/gval

0
View on GitHub↗
811 星标·89 分支·Go·BSD-3-Clause·6 次浏览

Gval

Expression evaluation in golang

Features

  • Compilers and Interpreters - Expression evaluation library.
  • Embedded Scripting - Highly customizable expression language.
  • Scripting Languages - Highly customizable expression language.

Star 历史

paesslerag/gval 的 Star 历史图表paesslerag/gval 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Gval 的开源替代方案

相似的开源项目,按与 Gval 的功能重合度排序。
  • d5/tengod5 的头像

    d5/tengo

    3,821在 GitHub 上查看↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Go
    在 GitHub 上查看↗3,821
  • deuill/go-phpdeuill 的头像

    deuill/go-php

    944在 GitHub 上查看↗

    PHP bindings for the Go programming language (Golang)

    Go
    在 GitHub 上查看↗944
  • antonmedv/exprantonmedv 的头像

    antonmedv/expr

    7,905在 GitHub 上查看↗

    Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic rule engine that parses and executes custom logic and data validations at runtime without requiring the application to be recompiled. The system utilizes a sandboxed logic executor to run expressions without side effects. It ensures program termination by employing instruction-level loop detection to prevent infinite loops and isolates the evaluation process from the host system. The engine employs a bytecode-based virtual machine and abstract syntax tree analysis to achieve ex

    Go
    在 GitHub 上查看↗7,905
  • mattn/ankomattn 的头像

    mattn/anko

    1,572在 GitHub 上查看↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    在 GitHub 上查看↗1,572
查看 Gval 的所有 30 个替代方案→

常见问题解答

paesslerag/gval 是做什么的?

Expression evaluation in golang

paesslerag/gval 的主要功能有哪些?

paesslerag/gval 的主要功能包括:Compilers and Interpreters, Embedded Scripting, Scripting Languages。

paesslerag/gval 有哪些开源替代品?

paesslerag/gval 的开源替代品包括: mattn/anko — Scriptable interpreter written in golang. shopify/go-lua — A Lua VM in Go. d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… deuill/go-php — PHP bindings for the Go programming language (Golang). antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… yuin/gopher-lua — Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It…