You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -342,7 +342,7 @@ It offers a wide variety of features, for example:
342
342
343
343
344
344
* 🚀 **fast data- and control-flow graphs**\
345
-
Within just <i><span title="This measurement is automatically fetched from the latest benchmark!">132.8 ms</span></i> (as of Aug 19, 2025),
345
+
Within just <i><span title="This measurement is automatically fetched from the latest benchmark!">136.1 ms</span></i> (as of Aug 20, 2025),
346
346
_flowR_ can analyze the data- and control-flow of the average real-world R script. See the [benchmarks](https://flowr-analysis.github.io/flowr/wiki/stats/benchmark) for more information,
347
347
and consult the [wiki pages](https://github.com/flowr-analysis/flowr/wiki/Dataflow-Graph) for more details on the dataflow graph.
348
348
@@ -378,7 +378,7 @@ It offers a wide variety of features, for example:
378
378
379
379
```shell
380
380
$ docker run -it --rm eagleoutice/flowr # or npm run flowr
381
-
flowR repl using flowR v2.4.2, R v4.5.0 (r-shell engine)
381
+
flowR repl using flowR v2.4.3, R v4.5.0 (r-shell engine)
382
382
R> :dataflow* test/testfiles/example.R
383
383
```
384
384
@@ -679,7 +679,7 @@ It offers a wide variety of features, for example:
679
679
```
680
680
681
681
682
-
(The analysis required _14.3 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
682
+
(The analysis required _14.0 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
Copy file name to clipboardExpand all lines: wiki/Core.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
_This document was generated from '[src/documentation/print-core-wiki.ts](https://github.com/flowr-analysis/flowr/tree/main//src/documentation/print-core-wiki.ts)' on 2025-08-20, 08:45:35 UTC presenting an overview of flowR's core (v2.4.2, using R v4.5.0). Please do not edit this file/wiki page directly._
1
+
_This document was generated from '[src/documentation/print-core-wiki.ts](https://github.com/flowr-analysis/flowr/tree/main//src/documentation/print-core-wiki.ts)' on 2025-08-20, 10:37:34 UTC presenting an overview of flowR's core (v2.4.3, using R v4.5.0). Please do not edit this file/wiki page directly._
2
2
3
3
This wiki page provides an overview of the inner workings of _flowR_.
4
4
It is mostly intended for developers that want to extend the capabilities of _flowR_
@@ -18,7 +18,7 @@ and the [Contributing Guidelines](https://github.com/flowr-analysis/flowr/tree/m
18
18
>
19
19
> ```shell
20
20
> $ docker run -it --rm eagleoutice/flowr # or npm run flowr
21
-
> flowR repl using flowR v2.4.2, R v4.5.0 (r-shell engine)
21
+
> flowR repl using flowR v2.4.3, R v4.5.0 (r-shell engine)
22
22
> R> :parse "x <- 1; print(x)"
23
23
>```
24
24
>
@@ -220,7 +220,7 @@ To explore these steps, let's use the REPL with the (very simple and contrived)
220
220
221
221
```shell
222
222
$ docker run -it --rm eagleoutice/flowr # or npm run flowr
223
-
flowR repl using flowR v2.4.2, R v4.5.0 (r-shell engine)
223
+
flowR repl using flowR v2.4.3, R v4.5.0 (r-shell engine)
224
224
R> :parse "x <- 1; print(x)"
225
225
```
226
226
@@ -298,7 +298,7 @@ x"])
298
298
299
299
```
300
300
301
-
(The analysis required _10.7 ms_ (including parsing with the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
301
+
(The analysis required _5.3 ms_ (including parsing with the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
302
302
303
303
304
304
@@ -362,7 +362,7 @@ print`"]
362
362
```
363
363
364
364
365
-
(The analysis required _18.8 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
365
+
(The analysis required _8.7 ms_ (including parse and normalize, using the [r-shell](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
366
366
367
367
368
368
@@ -395,7 +395,7 @@ Especially when you are just starting with flowR, we recommend using the REPL to
395
395
>
396
396
> ```shell
397
397
> $ docker run -it --rm eagleoutice/flowr --default-engine tree-sitter # or npm run flowr -- --default-engine tree-sitter
398
-
> flowR repl using flowR v2.4.2, R grammar v14 (tree-sitter engine)
398
+
> flowR repl using flowR v2.4.3, R grammar v14 (tree-sitter engine)
399
399
> R> :parse "x <- 1; print(x)"
400
400
>```
401
401
>
@@ -470,7 +470,7 @@ Especially when you are just starting with flowR, we recommend using the REPL to
470
470
>
471
471
>```
472
472
>
473
-
> (The analysis required _10.2 ms_ (including parsing with the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
473
+
> (The analysis required _7.0 ms_ (including parsing with the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
474
474
>
475
475
>
476
476
>
@@ -534,7 +534,7 @@ Especially when you are just starting with flowR, we recommend using the REPL to
534
534
>```
535
535
>
536
536
>
537
-
> (The analysis required _4.0 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
537
+
> (The analysis required _2.1 ms_ (including parse and normalize, using the [tree-sitter](https://github.com/flowr-analysis/flowr/wiki/Engines) engine) within the generation environment.)
538
538
>
539
539
>
540
540
>
@@ -1263,7 +1263,7 @@ You can explore the slicing using the REPL with the <span title="Description (Re
1263
1263
1264
1264
```shell
1265
1265
$ docker run -it --rm eagleoutice/flowr # or npm run flowr
1266
-
flowR repl using flowR v2.4.2, R v4.5.0 (r-shell engine)
1266
+
flowR repl using flowR v2.4.3, R v4.5.0 (r-shell engine)
0 commit comments