grain icon indicating copy to clipboard operation
grain copied to clipboard

The Grain compiler toolchain and CLI. Home of the modern web staple. 🌾

Results 230 grain issues
Sort by recently updated
recently updated
newest added

Closes #1319 I'll use what I wrote in the docs as my PR description 🤓 > Grain also allows the definition of custom infix operators. Custom operators in Grain must...

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...

The compiler emits a warning for the following program. Unless there's something fundamental I don't understand about Grain's type system, I think the two record types should coexist peacefully and...

types
compiler

I figured I'd include both maps and sets in one PR since their implementation is almost identical. They are both implemented as size-balanced BSTs, following "Implementing Sets Efficiently in a...

:robot: I have created a release *beep* *boop* --- grain: 0.5.4 ### [0.5.4](https://github.com/grain-lang/grain/compare/grain-v0.5.3...grain-v0.5.4) (2022-10-06) ### Features * **compiler:** Allow custom infix operators ([#1419](https://github.com/grain-lang/grain/issues/1419)) ([cc9b8b5](https://github.com/grain-lang/grain/commit/cc9b8b5f251268c59ff6739436bd3b8881e8fd56)) ### Bug Fixes * **compiler:** Use...

autorelease: pending

As alluded to in #1383, it would be a good idea to include immutable variants for the currently existing mutable data structures (namely `Set` and `Map`). Here is my proposal...

Currently, when i try installing grain using the grain installer, the windows defender warn me against using the installer stating that its from an unknown publisher as shown in in...