Alex Nadalin

Results 77 issues of Alex Nadalin

Currently, we're limited to bash, so for example win is out of the picture. ABS executes programs with `bash -c` which can definitely be improved.

enhancement

lol this is going to be fun!

enhancement

I would like to start thinking about concurrent primitives in ABS. Given Go's primitives, it's not that hard for us to implement the same exact behaviors (eg. `go func()`) but...

enhancement

enhancement
good first issue

With a review of the error system. This is gonna be nasty :)

enhancement

Currently, we only test ABS' lexer, parser, evaluator and ability to build cross-platform At some point, we should definitely have a set of scripts to ensure BC is not broken...

enhancement
good first issue

https://golang.org/pkg/time/

enhancement

We should start thinking of including tests of ABS scripts in our CI workflow. Right now only go tests are triggered -- which is fine, but might lead to funny...

enhancement
good first issue

Sometimes I'd like to quickly calculate a percentage eg. 5% of 13. Something as simple as `5 %% 13` would do it for me.