-
need a way to use postive/negative lookahead/lookbehind
this should be really easy but I am struggling to think of a good syntax for it
-
I use unison to sync home directories of my machines. I'd like to be able to specify such pattern that'll ignore the every directory that contains `.git` directory inside. Currently it doesn't seem to…
mlen updated
5 months ago
-
"This is my test" fails because 'Y' is only considered a consonant, so "m" and "y" stay together.
-
### System Info
- x86_64
- 2TB RAM
- 8xH100
- TensorRT-LLM main @ 40274aac39f2542483906d92ec3b8014faf62912
- Cuda 12.5
### Who can help?
@kaiyux @byshiue
### Information
- [x] The official examp…
tloen updated
2 weeks ago
-
Lookaheads and [lookbehinds](https://github.com/tc39/proposal-regexp-lookbehind) are probably worth considering.
-
to implement regex lookahead i need to
1. obtain the text captured in `mpc_parens` and `Regex`
2. look for the following at the start of the text:
`?!` (negate assertion, eg [^a])
`?:` (ass…
-
- [ ] Quick intro and example of a regex that does negative lookahead
- [ ] Explain what a negative lookahead is
- [ ] Case scenarios where you can use a regex of negative lookahead (With the regex …
-
At the present, the parser can't look ahead to see what the next (or further ahead) phonemes will be. This can be a problem if e.g. the value of a consonant is dependent on the following vowel.
Thi…
-
The current lookahead in the FPGA interchange implementation is [disabled by default](https://github.com/YosysHQ/nextpnr/blob/692d7dc26ddf21e2d38dd16aecef652ab4c0d5e3/fpga_interchange/arch.cc#L49) bec…
-
https://github.com/purescript-contrib/purescript-parsing/blob/223f66bb673d48d9f6a820eaa8bb20bdf6fc1462/src/Text/Parsing/Parser/Combinators.purs#L210-L214
This seems different from the way that Pars…