Daniele Scasciafratte

Results 1200 comments of Daniele Scasciafratte

I suggest for regex to use grep that works everywhere and will avoid the situation I mentioned.

I am not sure if https://github.com/amber-lang/amber/pull/453 fix this ticket as is a stdlib implementation

Tested now and returns: ``` #!/usr/bin/env bash # Written in [Amber](https://amber-lang.com/) # version: 0.4.0-alpha-33-g4772a83 # date: 2025-07-15 10:55:48 echo "Hello" echo "there" ```

> Probably a good idea to have a way to refer to the spawned process by ID rather than the brute-force `killall `. Something like: > > ``` > let...

> But most commands run synchronously. That's true, save the pid it will be very nice for the cases you mentioned.

I like to use just `pid` it is more simpler and compact.

Now the error is different: ``` import * from "std/text" split( ``` ` ERROR Variable 'split' does not exist`

@Ph0enixKM can you share that parser? In what language is written?

For vim exists https://github.com/gbhorwood/amber.vim so also for neovim but isn't treesitter just a syntax file

@FedericoCeratto can you check this PR?