Spotandjake

Results 90 issues of Spotandjake

Adds an icon for the grain programming language. More information about the language can be found here https://grain-lang.org/.

Similar to #1378 the grain formatter is duplicating my comments again though this time in a record type definition. the first image shows the state before formatting and second image...

When grain formats lists containing comments it deletes them as can be seen by the before and after below. Before formatting ``` let test = [ 1, // test 2,...

Unfortunatly i do not know what exactly i did to get here and, i was not able to create a smaller sample of the code. But i ran across an...

This pr adds `Number.tan`, `Number.factorial`, `Number.clamp`, `Number.lerp` to the Number libary for #1017

Make a nix package for grain. https://nixos.org

Add The Following Functions to the number Libary. + [ ] Number.sin() + [ ] Number.cos() + [ ] Number.tan() + [x] Number.asin() + [x] Number.acos() + [x] Number.atan() +...

stdlib

Add a libary for working with file paths to help once #211