-
I'm trying to understand how to use term-rewriting macros for performance optimization purposes. One interesting thing is hoisting for regular expressions.
Simple example:
``` nim
import memfiles, r…
-
# [EDIT] features that are in `re` and that aren't yet in `nre` but should
see https://gitter.im/nim-lang/Nim?at=5bbbf701bbdc0b25050a4674 ; to quote /cc @flaviut:
- [ ] the main one would be multi…
-
Here's an example: https://forum.nim-lang.org/t/6146#38114
![image](https://user-images.githubusercontent.com/3578197/78794637-041de980-7982-11ea-8ec7-ebe783de7e05.png)
Above, clicking that link…
-
When nim compiler is installed systemwide (whether it's from a debian package on Ubuntu, or from an ebuild on Gentoo) attempting to `nimble install nimterop` only gets me this:
```
Error: Bui…
-
Intention: see all properties / fields / functions applicable to object :
julia> y="hello"
julia> y.[TAB]
Result: No completions
Expected: size, length, substring, reverse, ...
PS: The f…
-
[Strings\match?] should work for Web builds as well
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Strings.nim#L1023
```text
push new…
-
would be nice to have an OSX binary for the next release. Can probably figure out how to have travis-ci build and upload it.
-
When running compiling the below test code with `--styleCheck:hint`, I get an incorrect *[Name]* refactoring suggestion.
The compiler is mixing up the enum element `reSet` with the `reset` proc of …
-
My plan was to use nim-markdown within a Karax app (js target), but compilations fails with:
```
../../../bin/nim-repo/lib/impure/re.nim(100, 3) Error: undeclared identifier: 'copyMem'
```
It …
-
nim 1.2 on Windows
This code
```nim
import regex, strformat
proc p =
for i in 1..1:
const rx = re(&"")
```
produces this error message:
Error: internal error: (filename: "vmge…
jibal updated
4 years ago