butter icon indicating copy to clipboard operation
butter copied to clipboard

A tasty language for building efficient software. Currently in hiatus

Results 4 butter issues
Sort by recently updated
recently updated
newest added

Bumps [combine](https://github.com/Marwes/combine) from 4.6.4 to 4.6.6. Changelog Sourced from combine's changelog. v4.6.6 (2022-08-09) memchr: use non deprecated feature std instead of use_std refactor: Extract less-generic code from sequence's add_errors (-5%)...

dependencies

This is necessary for testing out type inference/checking especially for complex codes. We already have REPL which outputs type for given expression but this wasn't enough, it can only handle...

enhancement

## Expressions - [x] Regular array - [x] Range array - [x] Len - [x] Concat - [x] Index - [x] Slice - [x] Boolean literal - [x] Logical operator...

enhancement

As found out in #14, the parser functions have huge stack frame size that causes stack overflow too early even for parsing codes that isn't deeply nested. This may also...

enhancement