issues
search
grol-io
/
grol
Go REPL Open Language
https://grol.io
Apache License 2.0
22
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump actions/checkout from 4.2.1 to 4.2.2
#266
dependabot[bot]
closed
1 week ago
0
Bump fortio.org/terminal from 0.26.1 to 0.27.0 in the fortio group
#265
dependabot[bot]
closed
2 weeks ago
0
Bump fortio.org/terminal from 0.26.0 to 0.26.1 in the fortio group
#264
dependabot[bot]
closed
3 weeks ago
0
Bump fortio.org/terminal from 0.25.0 to 0.26.0 in the fortio group
#263
dependabot[bot]
closed
3 weeks ago
0
Bump fortio.org/terminal from 0.23.0 to 0.25.0 in the fortio group
#262
dependabot[bot]
closed
3 weeks ago
0
Bump actions/checkout from 4.2.0 to 4.2.1
#261
dependabot[bot]
closed
4 weeks ago
0
Bump docker/setup-buildx-action from 3.6.1 to 3.7.1
#260
dependabot[bot]
closed
4 weeks ago
0
Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
#259
dependabot[bot]
closed
4 weeks ago
0
bump terminal version (cleaner api)
#258
ldemailly
closed
4 weeks ago
0
Adding 1 time format. cleanup some switches
#257
ldemailly
closed
1 month ago
0
Bump fortio.org/terminal from 0.22.0 to 0.22.1 in the fortio group
#256
dependabot[bot]
closed
1 month ago
0
Bump golang.org/x/image from 0.20.0 to 0.21.0
#255
dependabot[bot]
closed
1 month ago
0
Bump the fortio group across 1 directory with 3 updates
#254
dependabot[bot]
closed
1 month ago
0
Bump the fortio group with 3 updates
#253
dependabot[bot]
closed
1 month ago
2
look at integrating Tk
#252
ldemailly
opened
1 month ago
0
Bump fortio.org/terminal from 0.19.0 to 0.20.1 in the fortio group
#251
dependabot[bot]
closed
1 month ago
0
Bump actions/checkout from 4.1.7 to 4.2.0
#250
dependabot[bot]
closed
1 month ago
0
runes() can take optional boolean to request the array to be of integers instead of strings
#249
ldemailly
closed
1 month ago
0
Bump fortio.org/terminal from 0.10.1 to 0.17.1 in the fortio group across 1 directory
#248
dependabot[bot]
closed
1 month ago
0
Bump fortio.org/terminal from 0.10.1 to 0.16.0 in the fortio group across 1 directory
#247
dependabot[bot]
closed
1 month ago
1
Bump fortio.org/terminal from 0.10.1 to 0.12.0 in the fortio group
#246
dependabot[bot]
closed
1 month ago
1
Bump terminal
#245
ldemailly
closed
1 month ago
0
#204 workaround
#244
MikalaiLappo
opened
1 month ago
2
make catch() also catch and return Out (in .stdout, maybe also log in .stderr)
#243
ldemailly
opened
1 month ago
0
Bump fortio.org/terminal from 0.9.1 to 0.9.2 in the fortio group
#242
dependabot[bot]
closed
1 month ago
0
Bump fortio.org/safecast from 0.1.1 to 1.0.0 in the fortio group
#241
dependabot[bot]
closed
1 month ago
0
Added Register (for int64) type.
#240
ldemailly
closed
1 month ago
0
Updates for golangci-lint v1.61.0 (some gosec improvements)
#239
ldemailly
closed
1 month ago
0
Add support for `string | run(...)` to set stdin
#238
ldemailly
closed
1 month ago
0
Added `run()` and `exec()` functions
#237
ldemailly
closed
1 month ago
0
shell like functions
#236
ldemailly
closed
1 month ago
0
Support for #! scripts using `grol -s`
#235
ldemailly
closed
1 month ago
0
Move trunc back to a float->float function, use int() for range checking one, add tests, make the error errors instead of panic
#234
ldemailly
closed
1 month ago
0
add #! support
#233
ldemailly
closed
1 month ago
0
Safecast, missed one commit/push
#232
ldemailly
closed
1 month ago
0
Make it that -parse-debug implies -parse
#231
ldemailly
closed
1 month ago
0
Make division same precedence as multiplication for left to right conversion without parenthesis
#230
ldemailly
closed
1 month ago
0
Start of test macros and use + panic in images fix + `for i := num {` fix
#229
ldemailly
closed
1 month ago
0
Fix panic: Modify not implemented for node type <nil>
#228
ldemailly
closed
1 month ago
0
panic: Modify not implemented for node type <nil>
#227
ldemailly
closed
1 month ago
1
Add turtle graphics in some grol library
#226
ldemailly
opened
1 month ago
0
Copy when ast.Modify() so expanding macros expand each macro use as the right one
#225
ldemailly
closed
1 month ago
0
var arg with n+1 arg help not working like 1-2 args
#224
ldemailly
closed
1 month ago
2
macro bug, seems to work once and then get stuck
#223
ldemailly
closed
1 month ago
2
Adding `catch().err` /` .value`, `regexp` and `regsub`
#222
ldemailly
closed
1 month ago
0
Extract and recompose functions: `first`, `rest` to extract, `defun` to create. (also moved time function to time. namespace)
#221
ldemailly
closed
1 month ago
0
Testing (my) safecast - cost 1.3kb (gsa)
#220
ldemailly
closed
1 month ago
0
Adding vector graphics; add `atan2` as well. Fixed function caching.
#219
ldemailly
closed
1 month ago
4
Tweak api and comment to make it clear cancel() must be called. Also add debounce() to wasm run()
#218
ldemailly
closed
1 month ago
0
Added base64, image.png, wasm data: to image, (limited) support for namespaces (virtual map access). moved the image functions under image.*
#217
ldemailly
closed
1 month ago
0
Next