SaaSHub helps you find the best software and product alternatives Learn more →
Participle Alternatives
Similar projects and alternatives to participle
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Benthos
Discontinued Fancy stream processing made operationally mundane [Moved to: https://github.com/redpanda-data/connect]
-
salsa
A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
-
-
go-auto-commenter
A go tool to add comments automatically on all the exported functions in a go project
-
-
graphql-go-tools
GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
-
-
-
-
-
-
goven
Goven (go-oven) is a go library that allows you to have a drop-in query language for your database schema.
-
-
-
-
peggo
Peggo is a Go implementation of the Peggy Orchestrator for the Injective Chain (by InjectiveLabs)
participle discussion
participle reviews and mentions
-
Parser generator
I know of tools like Kaitai that do essentially what I want, just curious about my options. I guess something like https://github.com/alecthomas/participle could work to parse the format, then I'd have to generate code based on the parsed data or something
-
Advice or tip
This one was recommended in an older thread and looks like it's still actively developed: https://github.com/alecthomas/participle
-
Best parser generator in go?
I like participle: https://github.com/alecthomas/participle. It's pretty easy to get something working if it fits your use case.
-
I'm looking for a library that can parse through a string and pickup parameters and add it to a golang object
Like the other commenters said, it's probably best to just split the string and go through it manually. If you need a real parser, check out: https://github.com/alecthomas/participle
-
JQL in go
I used https://github.com/alecthomas/participle to implement a custom DSL for some projects. I think there's also an SQL example in the repository. After the parsing is solved it's 'only' about doing something useful with the query but at least you've full control of all aspects, which features you'd like to support and so on.
-
Is GO a good option to write a compiler/interpreter?
I made a domain specific language using https://github.com/alecthomas/participle what I found interesting is the grammar defined in structure annotations. After the parser runs, you get a fully instantiated structure based upon the input. I then invoke structure methods to do the work described in the DSL.
-
GO App has very bad performance vs. NodeJS version. Seeking answers.
Maybe instead of regex you could look into other options.
-
If you know Go and Rust and you are DevOps engineer, what situation would you prefer to develop DevOps tooling in Rust instead of Go?
Shameless plug, but have you compared your Rust parser to https://github.com/alecthomas/participle?
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jan 2025
Stats
alecthomas/participle is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of participle is Go.