harn-parser 0.8.35

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
# HARN-FMT-003 — formatter normalized trailing comma layout

## What it means

The formatter could not produce a canonical layout for this source — either
because parsing failed first, or because the existing layout drifts from the
canonical form.

## How to fix

- Run `harn fmt` to bring the file to canonical form, or fix the parse error blocking the formatter.