-
This package not only provides a neat interpolation, but the one that doesn't depend on `haskell-src-foo`.
It would be nice to have a stable foundation to build more quasiquoters upon.
dpwiz updated
4 years ago
-
Multi-line SQL string literals are practically a must, even for simple programs.
Luckily, this library comes with the "sql" quasiquoter for handling this. Unfortunately, this is hidden away in the …
-
In GitLab by @phadej on Aug 2, 2022, 19:27
I'm thinking this from the POV if there were "right" `IsString` type-class.
Currently `osp` and `osstr` quasiquoters are different, but as `type OsPath = O…
-
Hi!
Sometimes, I would like to avoid using `{...[("non-standard-attribute", "value" :: Text)]}` in hsx and rather be able to extend it with my own whitelist of attributes I commonly use.
When us…
-
Since adding generation of the internal AST representation of a pads description to the output of the quasiquoter, the AI example takes significantly longer to build (minutes). Offending commit: c535c…
-
There's heaps of functionality in the generators regarding turning
```C
typedef struct {
double myDouble;
size_t numInts;
int *myInts;
} foo;
```
into
```haskell
data Foo = Foo…
-
https://github.com/Liqwid-Labs/plutus-extra/blob/master/plutus-numeric/src/PlutusTx/Positive.hs doesn't export any way to construct a `Positive` value except from a literal, using the quasiquoter. I'm…
-
Now `$(foo)` is indexed with the unspliced content, but the reference to `foo` itself doesn't get emitted. This causes for example that backreferences on `foo` don't show the usage sites.
Related:
…
-
Possible points of failure:
- GLR returning a parse forest / ambiguities
- Slow DFA implementation
- Unsupported regex features
- Incorrectly implemented / untested regex features.
- Poor G4 qu…
-
Currently `alex` is a command-line tool that takes files in its own format and relies on support from Cabal-the-library to invoke `alex` command in order to preprocess `.x` files before passing them t…
sergv updated
7 years ago