frea VS alexhappy

Compare frea vs alexhappy and see what are their differences.

frea

A simple and lazy programming language with Damas-Hindley-Milner type inference and higher kinded types. (by lambduli)

alexhappy

Examples for the book “Alex and Happy” (by jmoy)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
frea alexhappy
1 1
17 35
- -
1.8 10.0
over 2 years ago about 9 years ago
Haskell Logos
BSD 3-clause "New" or "Revised" License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

frea

Posts with mentions or reviews of frea. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-10.
  • Indentation sensitive parsing in Alex / Happy
    2 projects | /r/haskell | 10 Feb 2022
    I should be able to look at the repo later today. Maybe I'll spot the problem. In any case I have a project which does use Alex and Happy in a "monadic way" so you should be able to compare it against something. And maybe find the problem on your own. You can check it out here https://github.com/Taskkill/frea/tree/main/src/Compiler/Parser Hope it might help as I don't really have any self-promoting intentions.

alexhappy

Posts with mentions or reviews of alexhappy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-10.
  • Indentation sensitive parsing in Alex / Happy
    2 projects | /r/haskell | 10 Feb 2022
    I have been struggling for a few days to figure out how to do this. The majority of resources for Alex / Happy seem to be very outdated, but I've had the most luck with this one: https://github.com/jmoy/alexhappy/blob/master/whitespace/Lexer.x

What are some alternatives?

When comparing frea and alexhappy you can also consider the following projects:

articles - Miscellaneous articles. The readme is the table of contents.

write-you-a-haskell - Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)

sloe - Simple purely functional language based on lambda-calculus.