Scallion Alternatives
Similar projects and alternatives to scallion based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Lexepars
Concise monadic parser combinator library with separate lexer/parser phases, off-side rule and big-size input support.
-
-
Scala Parser Combinators
simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better scallion alternative or higher similarity.
scallion discussion
scallion reviews and mentions
Posts with mentions or reviews of scallion.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Functional abstractions for hand-rolled LR parsers
The scallion project has an LL(1) parser combinator library that it describes here. It exposes an applicative interface with the addition of a fixpoint combinator. You may be able to do the same for LR.
Stats
Basic scallion repo stats
1
56
10.0
about 2 years ago
epfl-lara/scallion is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of scallion is Scala.