issues
search
haskell
/
happy
The Happy parser generator for Haskell
Other
291
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Auto-resolve shift/reduce conflicts involving the catch token
#327
sgraf812
closed
2 weeks ago
0
Do not use Prelude; concoct our own Happy_Prelude alias (#325)
#326
sgraf812
closed
4 weeks ago
3
The qualified use of `Prelude` introduced in 2.1.1 breaks Agda
#325
andreasabel
closed
4 weeks ago
6
Happy 2.1 broke `fortran-src`
#324
sgraf812
closed
1 month ago
2
Yesod stack build error due to Happy on Windows
#323
GiregL
closed
3 weeks ago
2
Resurrect the `%errorhandlertype` directive for back-compat (#320)
#322
sgraf812
closed
1 month ago
3
Qualify every use of Prelude functions (#131)
#321
sgraf812
closed
1 month ago
3
version 2.1: unrecognised directive: %errorhandlertype
#320
yav
closed
1 month ago
11
Prepare 2.1 release
#319
sgraf812
closed
1 month ago
1
Introduce `catch` and new `%error` handler mode for resumable parsing
#318
sgraf812
closed
1 month ago
3
GHC 8.6.5 takes minutes to compile Agda's Parser.hs
#317
andreasabel
closed
1 month ago
4
`happy-2.0.2` regresses `language-python-0.5.8`
#316
bgamari
closed
1 month ago
9
Regression in 2.0: `cabal v1-install happy` fails with mysterious interface error
#315
andreasabel
closed
1 month ago
11
Implement --numeric-version (#301)
#314
sgraf812
closed
1 month ago
2
`Fin n` for array indexes?
#313
Ericson2314
opened
2 months ago
6
Support Cabal 3.0, 3.2
#312
sgraf812
closed
2 months ago
7
cabal 3.2 can't build happy-lib
#311
leonschoorl
closed
2 months ago
2
Add -XPatternGuards and build tests with -XHaskell98 (#309)
#310
sgraf812
closed
2 months ago
0
Regression in happy 2.0: generated code uses `PatternGuards` without declaring it
#309
andreasabel
closed
2 months ago
1
tag: v2.0, tag: delete
#308
andreasabel
closed
2 months ago
2
Improve the abstract syntax for tokens
#307
Ericson2314
closed
2 months ago
0
Remove redundant paramater
#306
Ericson2314
closed
2 months ago
0
Code blocks should strip alignment of opening brace
#305
sgraf812
opened
2 months ago
0
Generate 8 spaces instead 2 spaces (#303)
#304
sgraf812
closed
2 months ago
1
ghc (and ghc-lib-parser-9.10.1.20240511) no longer builds with happy 2.0
#303
Tritlo
closed
2 months ago
8
Better panic message, indicating that it's not the user's fault (#186)
#302
sgraf812
closed
2 months ago
1
Add option `--numeric-version`
#301
andreasabel
closed
1 month ago
0
Grammar of
#300
Ericson2314
closed
2 months ago
2
Release preparations for 2.0
#299
sgraf812
closed
2 months ago
10
Attribute grammar cleanup
#298
Ericson2314
closed
2 months ago
2
New package `happy-lib`; make previous `happy-*` packages sublibraries (#288)
#297
sgraf812
closed
2 months ago
1
Get rid of some partiality in the attribute grammar mangler
#296
Ericson2314
closed
2 months ago
1
Does `mapDollarDollar` belong in `happy-grammar`?
#295
Ericson2314
closed
2 months ago
7
Ignore individual warnings in generated code, rather than all warnings.
#294
sgraf812
opened
2 months ago
0
Merge `happy-*` library packages into a single `happy` library component (#292)
#293
sgraf812
closed
2 months ago
2
Merge `happy-*` library packages into a single `happy` library component
#292
sgraf812
closed
2 months ago
5
Generate two spaces instead of tabs (#24)
#291
sgraf812
closed
2 months ago
1
Emit a warning when -g was not passed (#268)
#290
sgraf812
closed
2 months ago
0
Use -XNoStrictData in generated parser (#273)
#289
sgraf812
closed
2 months ago
1
Should we make the `happy-*` packages public library components of `happy`?
#288
sgraf812
closed
2 months ago
22
Move contents of `happy-codegen-common` into `happy-grammar`; delete
#287
sgraf812
closed
2 months ago
1
Vendor `happy-codegen-common` into `happy-grammar`
#286
sgraf812
closed
2 months ago
4
Error Building Happy: The program 'happy' is required but it could not be found
#285
Boring545
closed
2 months ago
4
Simplify CI workflow to standard `haskell-ci` workflow
#284
sgraf812
closed
4 months ago
3
Happy catchtok
#283
Kariiem
closed
1 month ago
1
Question: monadic actions and attributes?
#282
snizzo
closed
2 months ago
6
Suppress warnings for incomplete uni-patterns and partial use of head
#281
sgraf812
closed
4 months ago
0
Refactor happyDoActions
#280
Kariiem
closed
4 months ago
3
Update CI configuration
#279
int-index
closed
4 months ago
6
Support GHC as the only compiler to build happy generated parsers
#278
Kariiem
closed
5 months ago
1
Next