List Question
20 TechQA 2024-03-28T15:43:07.287000Implementing eval() function with Happy parser generator
49 views
Asked by cornuz
Parsing "case of" statement with Happy
141 views
Asked by Daniel Gattesco
Haskell parser created with Alex and Happy doesn't work because of main function, someone can tell me why?
166 views
Asked by Daniel Gattesco
How to solve shift/reduce, reduce/reduce confliction in lua parser's grammer
105 views
Asked by zichao liu
Can LALR parser generators optionally consume unparsable input?
199 views
Asked by cornuz
What is wrong with my "token type" in Happy?
136 views
Asked by nau5ea
LEETCODE 202 HAPPY NUMBER (PYTHON)
79 views
Asked by user19882839
How to make error type to be ParseErrorBundle String Void in happy?
63 views
Asked by alopolo
how made token of || in alex
64 views
Asked by Max Osad
Cabal tries to build unknown package when building with alex, happy in nix-shell
951 views
Asked by CH.
How can i get a false value if the inputted number isn't a happy one?
120 views
Asked by Fayçal Hamdi
Program for happy numbers
1.2k views
Asked by Saurabh Sahu
Add operators during parsing
430 views
Asked by Foxy
Optional prefix in LBNF/BNFC grammar without shift/reduce conflicts
377 views
Asked by Grisu47
Simple C grammar for Haskell Parsec, MegaParsec or Happy
1.2k views
Asked by Bulat
Resolve conflict in bison grammar with space separated expression lists + if/then/else
255 views
Asked by Sebastian Graf
Creating an AST and manage, at the same time, a symbol Table using Haskell's Happy parsers
475 views
Asked by Erick
Traversing and Pattern Matching an Abstract Syntax Tree
480 views
Asked by Sheldor
Cabal Build Producing Errors - Code Seems Fine Manually?
94 views
Asked by Sheldor