Elektrine lite

← Feed

@zwarich@hachyderm.io

Post #1629768

2026-04-16 01:25 UTC

@thalia Is the source for the latter on GitHub? I'm not sure I correctly understand what you mean from that description.

Replies (1)

  • @thalia@discuss.systems 2026-04-16 02:24

    @zwarich `VarError` (analogous to your `Expr`) contains `VarErrorKind` (your `ExprKind`) contains `VarKind` (a bare enum that has an unfortunate name collision). https://github.com/thaliaarchi/mini-alive/blob/1bb46e714e1772b6c12ad7773c90361133cbdbab/src/syntax/error.rs#L129-L174

    Open ##1629769